mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +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**);
|
||||
#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);
|
||||
|
|
Loading…
Reference in a new issue