Sync with trunk head
[reactos.git] / base / applications / charmap / precomp.h
index a87f118..4e0324c 100644 (file)
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef __CHARMAP_PRECOMP_H
+#define __CHARMAP_PRECOMP_H
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -52,3 +53,5 @@ VOID ShowAboutDlg(HWND hWndParent);
 
 BOOL RegisterMapClasses(HINSTANCE hInstance);
 VOID UnregisterMapClasses(HINSTANCE hInstance);
+
+#endif /* __CHARMAP_PRECOMP_H */