Sync with trunk head (part 1 of 2)
[reactos.git] / dll / win32 / hid / precomp.h
index 52129b6..29e4dd6 100644 (file)
@@ -2,15 +2,15 @@
 #include <windows.h>
 #include <debug.h>
 
-#define DDKAPI __stdcall
 #define _HIDPI_
 #define _HIDPI_NO_FUNCTION_MACROS_
 typedef VOID
-(DDKAPI *PINTERFACE_REFERENCE)(
+(WINAPI *PINTERFACE_REFERENCE)(
   PVOID  Context);
 typedef VOID
-(DDKAPI *PINTERFACE_DEREFERENCE)(
+(WINAPI *PINTERFACE_DEREFERENCE)(
   PVOID  Context);
+#define DDKAPI __stdcall // FIXME
 #include <ntndk.h>
 #include <hidusage.h>
 #include <hidclass.h>