* Sync up to trunk HEAD (r62285). Branch guys deserve the significant speedups too ;)
[reactos.git] / dll / cpl / appwiz / appwiz.h
index 73d7e9a..d27224f 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef _APPWIZ_H
+#define _APPWIZ_H
+
 #include <config.h>
 #include <wine/port.h>
 
@@ -82,4 +85,4 @@ static inline WCHAR *heap_strdupAtoW(const char *str)
     return ret;
 }
 
-/* EOF */
+#endif /* _APPWIZ_H */