src/stdafx.h
changeset 5591 51e4c59c31dd
parent 5587 167d9a91ef02
child 5671 c7b6e63f1996
equal deleted inserted replaced
5590:6a0c2739e124 5591:51e4c59c31dd
   181 # else
   181 # else
   182 #  include "endian_target.h"
   182 #  include "endian_target.h"
   183 # endif
   183 # endif
   184 #endif /* WIN32 || __OS2__ || WIN64 */
   184 #endif /* WIN32 || __OS2__ || WIN64 */
   185 
   185 
   186 #if defined(WIN32) || defined(WIN64) || defined(__OS2__)
   186 #if defined(WIN32) || defined(WIN64) || defined(__OS2__) && !defined(__INNOTEK_LIBC__)
   187 # define PATHSEP "\\"
   187 # define PATHSEP "\\"
   188 # define PATHSEPCHAR '\\'
   188 # define PATHSEPCHAR '\\'
   189 #else
   189 #else
   190 # define PATHSEP "/"
   190 # define PATHSEP "/"
   191 # define PATHSEPCHAR '/'
   191 # define PATHSEPCHAR '/'