[WIN32SS]
[reactos.git] / reactos / win32ss / drivers / font / ftfd / ftfd.h
index 7fdeb63..3e517a7 100644 (file)
@@ -5,6 +5,9 @@
  * PROGRAMMER:      Timo Kreuzer (timo.kreuzer@reactos.org)
  */
 
+#ifndef _FTFD_PCH_
+#define _FTFD_PCH_
+
 #include <stdarg.h>
 #include <windef.h>
 #include <wingdi.h>
@@ -148,3 +151,4 @@ FtfdQueryFontData(
        PVOID pv,
        ULONG cjSize);
 
+#endif /* _FTFD_PCH_ */