[DRIVERS]
[reactos.git] / reactos / drivers / input / mouclass / mouclass.h
index d69402a..fcc8775 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _MOUCLASS_PCH_
+#define _MOUCLASS_PCH_
+
 #include <ntifs.h>
 #include <ntddmou.h>
 
@@ -76,3 +79,5 @@ DuplicateUnicodeString(
        IN ULONG Flags,
        IN PCUNICODE_STRING SourceString,
        OUT PUNICODE_STRING DestinationString);
+
+#endif /* _MOUCLASS_PCH_ */