mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
inuse -> bInUse
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user