mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Minor 64bit fixes.
svn path=/branches/ros-amd64-bringup/; revision=36445
This commit is contained in:
@@ -307,10 +307,10 @@ static BOOL RunFile(LPTSTR filename)
|
||||
|
||||
ret = (hShExt)(NULL, _T("open"), filename, NULL, NULL, SW_SHOWNORMAL);
|
||||
|
||||
TRACE ("RunFile: ShellExecuteA/W returned %d\n", (DWORD)ret);
|
||||
TRACE ("RunFile: ShellExecuteA/W returned %p\n", (DWORD_PTR)ret);
|
||||
|
||||
FreeLibrary(hShell32);
|
||||
return (((DWORD)ret) > 32);
|
||||
return (((DWORD_PTR)ret) > 32);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user