summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winuser.h
diff options
context:
space:
mode:
authorLuke Dunstan <infidel@users.sourceforge.net>2004-03-28 11:22:10 +0000
committerLuke Dunstan <infidel@users.sourceforge.net>2004-03-28 11:22:10 +0000
commitf241377ee17161d81cb128515a7a63ed43cae478 (patch)
treefeacafa2887053746c1f452f04b87175c64256dd /winsup/w32api/include/winuser.h
parentf19da5f77d0a7212f0767d1e2a07c54ccdb8acd8 (diff)
downloadcygnal-f241377ee17161d81cb128515a7a63ed43cae478.tar.gz
cygnal-f241377ee17161d81cb128515a7a63ed43cae478.tar.bz2
cygnal-f241377ee17161d81cb128515a7a63ed43cae478.zip
2004-03-27 Hosaka Yuji <hos@tamanegi.org>
* include/dbt.h (DBT_DEVTYP_DEVICEINTERFACE, DBT_DEVTYP_HANDLE): Add define. (DEV_BROADCAST_DEVICEINTERFACE, DEV_BROADCAST_HANDLE): Add struct. * include/winuser.h (UnregisterDeviceNotification): Add prototype. * lib/user32.def (UnregisterDeviceNotification): Add export stub.
Diffstat (limited to 'winsup/w32api/include/winuser.h')
-rw-r--r--winsup/w32api/include/winuser.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/winuser.h b/winsup/w32api/include/winuser.h
index 879860f47..1181c623c 100644
--- a/winsup/w32api/include/winuser.h
+++ b/winsup/w32api/include/winuser.h
@@ -3754,6 +3754,9 @@ BOOL WINAPI UnionRect(LPRECT,LPCRECT,LPCRECT);
BOOL WINAPI UnloadKeyboardLayout(HKL);
BOOL WINAPI UnregisterClassA(LPCSTR,HINSTANCE);
BOOL WINAPI UnregisterClassW(LPCWSTR,HINSTANCE);
+#if (_WIN32_WINDOWS >= 0x0410 || _WIN32_WINNT >= 0x0500)
+BOOL WINAPI UnregisterDeviceNotification(HANDLE);
+#endif
BOOL WINAPI UnregisterHotKey(HWND,int);
BOOL WINAPI UpdateWindow(HWND);
#if (_WIN32_WINNT >= 0x0500)