address warnings
This commit is contained in:
@@ -200,7 +200,7 @@ using WCHAR = wchar_t;
|
||||
#define GENERIC_EXECUTE (0x20000000L)
|
||||
#define GENERIC_ALL (0x10000000L)
|
||||
|
||||
#define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
|
||||
#define INVALID_FILE_ATTRIBUTES static_cast<DWORD>(-1)
|
||||
|
||||
#define MAX_PATH 260
|
||||
|
||||
|
Reference in New Issue
Block a user