stdafx.h
changeset 4379 96eb926dcc1d
parent 4316 6a2fceb7db4c
child 4563 241260bd5505
equal deleted inserted replaced
4378:0588ba7bce8a 4379:96eb926dcc1d
   171 # else
   171 # else
   172 #  include "endian_target.h"
   172 #  include "endian_target.h"
   173 # endif
   173 # endif
   174 #endif /* WIN32 || __OS2__ || WIN64 */
   174 #endif /* WIN32 || __OS2__ || WIN64 */
   175 
   175 
   176 #if defined(UNIX)
   176 #if defined(WIN32) || defined(WIN64) || defined(__OS2__)
       
   177 # define PATHSEP "\\"
       
   178 # define PATHSEPCHAR '\\'
       
   179 #else
   177 # define PATHSEP "/"
   180 # define PATHSEP "/"
   178 # define PATHSEPCHAR '/'
   181 # define PATHSEPCHAR '/'
   179 #else
       
   180 # define PATHSEP "\\"
       
   181 # define PATHSEPCHAR '\\'
       
   182 #endif
   182 #endif
   183 
   183 
   184 typedef unsigned char byte;
   184 typedef unsigned char byte;
   185 #ifndef __BEOS__ // already defined
   185 #ifndef __BEOS__ // already defined
   186   typedef unsigned char uint8;
   186   typedef unsigned char uint8;