mirror of
https://github.com/reactos/reactos.git
synced 2025-05-20 09:36:16 +00:00
Fix RestartDialog() and RestartDialogEx() prototypes
svn path=/trunk/; revision=10101
This commit is contained in:
parent
0cffba8389
commit
9a26dd9c78
1 changed files with 2 additions and 2 deletions
|
@ -1637,8 +1637,8 @@ void WINAPI ILFree(LPITEMIDLIST);
|
||||||
HRESULT WINAPI SHCoCreateInstance(LPCWSTR,REFCLSID,IUnknown*,REFIID,void**);
|
HRESULT WINAPI SHCoCreateInstance(LPCWSTR,REFCLSID,IUnknown*,REFIID,void**);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int WINAPI RestartDialog(HWND,LPCWSTR,UINT);
|
int WINAPI RestartDialog(HWND,LPCWSTR,DWORD);
|
||||||
int WINAPI RestartDialogEx(HWND,LPCWSTR,UINT,UINT);
|
int WINAPI RestartDialogEx(HWND,LPCWSTR,DWORD,DWORD);
|
||||||
|
|
||||||
ULONG WINAPI SHChangeNotifyRegister(HWND,int,LONG,UINT,int,SHChangeNotifyEntry *);
|
ULONG WINAPI SHChangeNotifyRegister(HWND,int,LONG,UINT,int,SHChangeNotifyEntry *);
|
||||||
BOOL WINAPI SHChangeNotifyDeregister(ULONG);
|
BOOL WINAPI SHChangeNotifyDeregister(ULONG);
|
||||||
|
|
Loading…
Reference in a new issue