Changeset 58 for trunk/sources/common/include/platform/platform.h
- Timestamp:
- 08/10/10 18:40:03 (22 months ago)
- Location:
- trunk/sources/common/include/platform
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/sources/common/include/new/platform)
-
platform.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/common/include/platform/platform.h
r56 r58 21 21 #define _PLATFORM_H 22 22 23 #include " new/platform/endianess/endianness.h"23 #include "platform/endianess/endianness.h" 24 24 25 25 #ifdef OSX 26 #include " new/platform/osx/osxplatform.h"26 #include "platform/osx/osxplatform.h" 27 27 #define Platform OSXPlatform 28 28 #endif /* OSX */ 29 29 30 30 #ifdef LINUX 31 #include " new/platform/linux/max.h"32 #include " new/platform/linux/linuxplatform.h"31 #include "platform/linux/max.h" 32 #include "platform/linux/linuxplatform.h" 33 33 #define Platform LinuxPlatform 34 34 #endif /* LINUX */ 35 35 36 36 #ifdef FREEBSD 37 #include " new/platform/freebsd/max.h"38 #include " new/platform/freebsd/freebsdplatform.h"37 #include "platform/freebsd/max.h" 38 #include "platform/freebsd/freebsdplatform.h" 39 39 #define Platform FreeBSDPlatform 40 40 #endif /* FREEBSD */ 41 41 42 42 #ifdef SOLARIS 43 #include " new/platform/solaris/solarisplatform.h"43 #include "platform/solaris/solarisplatform.h" 44 44 #define Platform SolarisPlatform 45 45 #endif /* SOLARIS */ … … 48 48 #include <WinSock2.h> 49 49 #include <Ws2tcpip.h> 50 #include " new/platform/windows/max.h"51 #include " new/platform/windows/win32platform.h"50 #include "platform/windows/max.h" 51 #include "platform/windows/win32platform.h" 52 52 #define Platform Win32Platform 53 53 #endif /* WIN32 */ 54 54 55 55 #ifdef ANDROID 56 #include " new/platform/android/max.h"57 #include " new/platform/android/androidplatform.h"56 #include "platform/android/max.h" 57 #include "platform/android/androidplatform.h" 58 58 #define Platform AndroidPlatform 59 59 #endif /* ANDROID */
Note: See TracChangeset
for help on using the changeset viewer.
