aboutsummaryrefslogtreecommitdiff
path: root/src/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.h')
-rw-r--r--src/platform.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/platform.h b/src/platform.h
index da5264e..ce621d9 100644
--- a/src/platform.h
+++ b/src/platform.h
@@ -1,5 +1,4 @@
1#ifndef __LANES_PLATFORM_H__ 1#pragma once
2#define __LANES_PLATFORM_H__ 1
3 2
4#ifdef _WIN32_WCE 3#ifdef _WIN32_WCE
5 #define PLATFORM_POCKETPC 4 #define PLATFORM_POCKETPC
@@ -20,5 +19,3 @@
20#else 19#else
21 #error "Unknown platform!" 20 #error "Unknown platform!"
22#endif 21#endif
23
24#endif // __LANES_PLATFORM_H__