mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[WIN32K] Fix 64 bit issues (#420)
- Fix ULONG/SIZE_T issues - Use LOWORD/HIWORD - Change a struct member to HANDLE - Implement lstrlenW helper function
This commit is contained in:
parent
5b2ff8a3f9
commit
2d9c88e0c5
35 changed files with 108 additions and 94 deletions
|
@ -80,7 +80,7 @@ typedef struct _EVENTPROC_CALLBACK_ARGUMENTS
|
|||
DWORD dwEventThread;
|
||||
DWORD dwmsEventTime;
|
||||
WINEVENTPROC Proc;
|
||||
INT Mod;
|
||||
INT_PTR Mod;
|
||||
ULONG_PTR offPfn;
|
||||
} EVENTPROC_CALLBACK_ARGUMENTS, *PEVENTPROC_CALLBACK_ARGUMENTS;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue