- Move atsmedia.h to PSDK, introduce pragma once and remove the comments block and...
[reactos.git] / dll / win32 / hid / precomp.h
index 52129b6..9ae79ca 100644 (file)
@@ -2,14 +2,13 @@
 #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);
 #include <ntndk.h>
 #include <hidusage.h>