reactos/lib/shell32
diff -u -r1.17 -r1.18
--- shell32_main.h 9 Apr 2004 20:24:24 -0000 1.17
+++ shell32_main.h 29 Jun 2004 13:47:27 -0000 1.18
@@ -236,9 +236,6 @@
UINT SHELL_FindExecutable(LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation,
LPWSTR lpResult, int resultLen, LPWSTR key, void **env, LPITEMIDLIST pidl, LPCWSTR args);
-int WINAPI RestartDialog(HWND hwndOwner, LPCSTR lpstrReason, UINT uFlags);
-int WINAPI RestartDialogEx(HWND hwndOwner, LPCWSTR lpwstrReason, UINT uFlags, UINT uReason);
-
extern WCHAR swShell32Name[MAX_PATH];
#endif