diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-30 07:40:46 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-30 07:40:46 +0000 |
commit | 684f94e30521f3da4cf1b80e608406af6cd10053 (patch) | |
tree | 95fea130b315a83c1a33a2b5a4c79e7689411ce7 /winsup/w32api/include/winuser.h | |
parent | e7e4107e3957e91017198bab82d53ffbfa91060d (diff) | |
download | cygnal-684f94e30521f3da4cf1b80e608406af6cd10053.tar.gz cygnal-684f94e30521f3da4cf1b80e608406af6cd10053.tar.bz2 cygnal-684f94e30521f3da4cf1b80e608406af6cd10053.zip |
* include/dhcpcsvc.h: New file.
Note that MSDN is confused about whether it should start constant
and structure names with DHCPCAPI or DHCPAPI. It's using both but
experience suggests it's DHCPCAPI with `C'.
* lib/dhcpcsvc.def: New file.
Diffstat (limited to 'winsup/w32api/include/winuser.h')
-rw-r--r-- | winsup/w32api/include/winuser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h index db5d7cd5d..ff6b32017 100644 --- a/winsup/w32api/include/winuser.h +++ b/winsup/w32api/include/winuser.h @@ -3197,7 +3197,7 @@ BOOL WINAPI EnableScrollBar(HWND,UINT,UINT); BOOL WINAPI EnableWindow(HWND,BOOL); BOOL WINAPI EndDeferWindowPos(HDWP); BOOL WINAPI EndDialog(HWND,int); -BOOL WINAPI EndMenu(VOID); +BOOL WINAPI EndMenu(void); BOOL WINAPI EndPaint(HWND,const PAINTSTRUCT*); #if (_WIN32_WINNT >= 0x0500) BOOL WINAPI EndTask(HWND,BOOL,BOOL); @@ -3336,7 +3336,7 @@ BOOL WINAPI GetScrollInfo(HWND,int,LPSCROLLINFO); int WINAPI GetScrollPos(HWND,int); BOOL WINAPI GetScrollRange(HWND,int,LPINT,LPINT); #if (_WIN32_WINNT >= 0x0500) -HWND WINAPI GetShellWindow(VOID); +HWND WINAPI GetShellWindow(void); #endif HMENU WINAPI GetSubMenu(HMENU,int); DWORD WINAPI GetSysColor(int); @@ -3401,7 +3401,7 @@ BOOL WINAPI GrayStringW(HDC,HBRUSH,GRAYSTRINGPROC,LPARAM,int,int,int,int,int); BOOL WINAPI HideCaret(HWND); BOOL WINAPI HiliteMenuItem(HWND,HMENU,UINT,UINT); BOOL WINAPI InflateRect(LPRECT,int,int); -BOOL WINAPI InSendMessage(VOID); +BOOL WINAPI InSendMessage(void); #if (_WIN32_WINNT >= 0x0500 || _WIN32_WINDOWS >= 0x0410) DWORD WINAPI InSendMessageEx(LPVOID); #endif @@ -3467,7 +3467,7 @@ int WINAPI LoadStringA(HINSTANCE,UINT,LPSTR,int); int WINAPI LoadStringW(HINSTANCE,UINT,LPWSTR,int); BOOL WINAPI LockWindowUpdate(HWND); #if (_WIN32_WINNT >= 0x0500) -BOOL WINAPI LockWorkStation(VOID); +BOOL WINAPI LockWorkStation(void); #endif int WINAPI LookupIconIdFromDirectory(PBYTE,BOOL); int WINAPI LookupIconIdFromDirectoryEx(PBYTE,BOOL,int,int,UINT); |