* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / hid / precomp.h
index 0f39db1..317b48b 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _HID_PCH_
+#define _HID_PCH_
+
 #include <stdarg.h>
 
 #define WIN32_NO_STATUS
@@ -18,4 +21,4 @@ typedef VOID
 extern HINSTANCE hDllInstance;
 extern const GUID HidClassGuid;
 
-/* EOF */
+#endif /* _HID_PCH_ */