Ignore:
Timestamp:
08/10/10 18:40:03 (22 months ago)
Author:
shiretu
Message:

-- last stage from common library refactoring

Location:
trunk/sources/common/include/platform
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/common/include/platform/platform.h

    r56 r58  
    2121#define _PLATFORM_H 
    2222 
    23 #include "new/platform/endianess/endianness.h" 
     23#include "platform/endianess/endianness.h" 
    2424 
    2525#ifdef OSX 
    26 #include "new/platform/osx/osxplatform.h" 
     26#include "platform/osx/osxplatform.h" 
    2727#define Platform OSXPlatform 
    2828#endif /* OSX */ 
    2929 
    3030#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" 
    3333#define Platform LinuxPlatform 
    3434#endif /* LINUX */ 
    3535 
    3636#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" 
    3939#define Platform FreeBSDPlatform 
    4040#endif /* FREEBSD */ 
    4141 
    4242#ifdef SOLARIS 
    43 #include "new/platform/solaris/solarisplatform.h" 
     43#include "platform/solaris/solarisplatform.h" 
    4444#define Platform SolarisPlatform 
    4545#endif /* SOLARIS */ 
     
    4848#include <WinSock2.h> 
    4949#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" 
    5252#define Platform Win32Platform 
    5353#endif /* WIN32 */ 
    5454 
    5555#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" 
    5858#define Platform AndroidPlatform 
    5959#endif /* ANDROID */ 
Note: See TracChangeset for help on using the changeset viewer.