Migrate to VS2017

This commit is contained in:
ge0rdi
2017-12-23 20:25:22 +01:00
parent 2c670949da
commit 58597db5f0
132 changed files with 7085 additions and 11001 deletions

View File

@@ -240,7 +240,7 @@ static DWORD WINAPI NewShortcutThread( void *param )
static DWORD WINAPI SleepThread( void *param )
{
SetSuspendState((BOOL)param,FALSE,FALSE);
SetSuspendState((BOOL)(intptr_t)param,FALSE,FALSE);
return 0;
}