inuse -> bInUse

This commit is contained in:
Vincent Wei
2020-03-03 18:37:58 +08:00
parent 56c5ddee01
commit 022b23ff32
+2 -1
View File
@@ -158,7 +158,8 @@ struct tagDC
{
unsigned char DataType; /* the data type, always be TYPE_HDC */
unsigned char DCType; /* the dc type */
unsigned char inuse;
unsigned char bInUse;
unsigned char bIsClient;
HWND hwnd;