* Sync up to trunk HEAD (r62286).
[reactos.git] / base / applications / games / winmine / main.h
index eeb45ed..826940b 100644 (file)
@@ -16,7 +16,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
-#pragma once
+#ifndef _WINMINE_H_
+#define _WINMINE_H_
 
 #include <stdarg.h>
 
@@ -136,5 +137,4 @@ INT_PTR CALLBACK CongratsDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lP
 
 INT_PTR CALLBACK TimesDlgProc( HWND hDlg, UINT uMsg, WPARAM wParam, LPARAM lParam );
 
-
-/* end of header */
+#endif /* _WINMINE_H_ */