[PATCH] user32: Add DECLSPEC_HOTPATCH to UnRegisterDeviceNotification Wine-bug: https://bugs.winehq.org/show_bug.cgi?id=47098

Louis Lenders xerox.xerox2000x at gmail.com
Mon Apr 29 09:56:19 CDT 2019


Signed-off-by: Louis Lenders <xerox.xerox2000x at gmail.com>
---
 dlls/user32/misc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/misc.c b/dlls/user32/misc.c
index bd4795a346..6ff0980ecd 100644
--- a/dlls/user32/misc.c
+++ b/dlls/user32/misc.c
@@ -404,7 +404,7 @@ HDEVNOTIFY WINAPI DECLSPEC_HOTPATCH RegisterDeviceNotificationW(HANDLE hRecipien
  *		UnregisterDeviceNotification (USER32.@)
  *
  */
-BOOL  WINAPI UnregisterDeviceNotification(HDEVNOTIFY hnd)
+BOOL WINAPI DECLSPEC_HOTPATCH UnregisterDeviceNotification(HDEVNOTIFY hnd)
 {
     FIXME("(handle=%p), STUB!\n", hnd);
     return TRUE;
-- 
2.20.1




More information about the wine-devel mailing list