equal
deleted
inserted
replaced
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; |