mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:42:57 +00:00
[REACTOS] Fix SIZE_T related warnings
This commit is contained in:
parent
826704ba6b
commit
7611cc2b12
21 changed files with 103 additions and 46 deletions
|
@ -505,7 +505,7 @@ AddDisplayDevice(PINFO pInfo, PDISPLAY_DEVICEW DisplayDevice)
|
|||
LPWSTR name = NULL;
|
||||
LPWSTR key = NULL;
|
||||
LPWSTR devid = NULL;
|
||||
DWORD descriptionSize, nameSize, keySize, devidSize;
|
||||
SIZE_T descriptionSize, nameSize, keySize, devidSize;
|
||||
PSETTINGS_ENTRY Current;
|
||||
DWORD ResolutionsCount = 1;
|
||||
DWORD i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue