aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/platform.h')
-rw-r--r--src/common/platform.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/platform.h b/src/common/platform.h
index b02b52cd..d9f09543 100644
--- a/src/common/platform.h
+++ b/src/common/platform.h
@@ -22,8 +22,7 @@
* http://code.google.com/p/gekko-gc-emu/
*/
-#ifndef COMMON_PLATFORM_H_
-#define COMMON_PLATFORM_H_
+#pragma once
#include "common/common_types.h"
@@ -110,5 +109,3 @@ typedef void EXCEPTION_POINTERS;
#define GCC_VERSION_AVAILABLE(major, minor) (defined(__GNUC__) && (__GNUC__ > (major) || \
(__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))))
-
-#endif // COMMON_PLATFORM_H_