stdafx.h
branch0.5
changeset 5412 3c79dfcb9082
parent 5365 81e1c8f97973
child 5465 30426b385cde
equal deleted inserted replaced
5411:ff8773876e0a 5412:3c79dfcb9082
   178 # else
   178 # else
   179 #  include "endian_target.h"
   179 #  include "endian_target.h"
   180 # endif
   180 # endif
   181 #endif /* WIN32 || __OS2__ || WIN64 */
   181 #endif /* WIN32 || __OS2__ || WIN64 */
   182 
   182 
   183 #if defined(WIN32) || defined(WIN64) || defined(__OS2__)
   183 #if defined(WIN32) || defined(WIN64) || defined(__OS2__) && !defined(__INNOTEK_LIBC__)
   184 # define PATHSEP "\\"
   184 # define PATHSEP "\\"
   185 # define PATHSEPCHAR '\\'
   185 # define PATHSEPCHAR '\\'
   186 #else
   186 #else
   187 # define PATHSEP "/"
   187 # define PATHSEP "/"
   188 # define PATHSEPCHAR '/'
   188 # define PATHSEPCHAR '/'