Sprinkle win32k with some explicit voids,
[reactos.git] / reactos / subsystems / win32 / win32k / include / focus.h
index e971b0e..03438bb 100644 (file)
@@ -5,17 +5,17 @@
  * These functions take the window handles from current message queue.
  */
 HWND FASTCALL
-IntGetCaptureWindow();
+IntGetCaptureWindow(VOID);
 HWND FASTCALL
-IntGetFocusWindow();
+IntGetFocusWindow(VOID);
 
 /*
  * These functions take the window handles from current thread queue.
  */
 HWND FASTCALL
-IntGetThreadFocusWindow();
-HWND APIENTRY IntGetCapture();
-HWND FASTCALL UserGetActiveWindow();
+IntGetThreadFocusWindow(VOID);
+HWND APIENTRY IntGetCapture(VOID);
+HWND FASTCALL UserGetActiveWindow(VOID);
 
 BOOL FASTCALL
 co_IntMouseActivateWindow(PWINDOW_OBJECT Window);