Commit in reactos/w32api/include on MAIN
shlobj.h+2-21.3 -> 1.4
Fix RestartDialog() and RestartDialogEx() prototypes

reactos/w32api/include
shlobj.h 1.3 -> 1.4
diff -u -r1.3 -r1.4
--- shlobj.h	29 Jun 2004 13:40:40 -0000	1.3
+++ shlobj.h	12 Jul 2004 22:07:34 -0000	1.4
@@ -1637,8 +1637,8 @@
 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);
CVSspam 0.2.8