mirror of
https://github.com/Open-Shell/Open-Shell-Menu.git
synced 2026-04-12 18:07:24 +10:00
Migrate to VS2017
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user