mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-08 20:03:04 +08:00
tune for 64 bits
This commit is contained in:
@@ -29,7 +29,7 @@ typedef struct _CTRLCLASSINFO
|
||||
int (*ControlProc)(HWND, int, WPARAM, LPARAM);
|
||||
// control procedure.
|
||||
|
||||
DWORD dwAddData; // the additional data.
|
||||
DWORD dwAddData; // the additional data.
|
||||
|
||||
int nUseCount; // use count.
|
||||
struct _CTRLCLASSINFO* next;
|
||||
|
||||
Reference in New Issue
Block a user