diff --git a/reactos/w32api/include/shlobj.h b/reactos/w32api/include/shlobj.h index 761d35286dd..f71f632d93f 100644 --- a/reactos/w32api/include/shlobj.h +++ b/reactos/w32api/include/shlobj.h @@ -1637,8 +1637,8 @@ void WINAPI ILFree(LPITEMIDLIST); HRESULT WINAPI SHCoCreateInstance(LPCWSTR,REFCLSID,IUnknown*,REFIID,void**); #endif -int WINAPI RestartDialog(HWND,LPCWSTR,UINT); -int WINAPI RestartDialogEx(HWND,LPCWSTR,UINT,UINT); +int WINAPI RestartDialog(HWND,LPCWSTR,DWORD); +int WINAPI RestartDialogEx(HWND,LPCWSTR,DWORD,DWORD); ULONG WINAPI SHChangeNotifyRegister(HWND,int,LONG,UINT,int,SHChangeNotifyEntry *); BOOL WINAPI SHChangeNotifyDeregister(ULONG);