src/stdafx.h
changeset 6929 56470c1b8a66
parent 6834 7a64c73d5f45
child 6938 ee22ce416ed1
equal deleted inserted replaced
6928:f1d8bf0d6f45 6929:56470c1b8a66
   284 # define FROM_LE16(x) (x)
   284 # define FROM_LE16(x) (x)
   285 # define TO_LE32X(x)  (x)
   285 # define TO_LE32X(x)  (x)
   286 # define TO_BE32X(x)  BSWAP32(x)
   286 # define TO_BE32X(x)  BSWAP32(x)
   287 #endif /* TTD_BIG_ENDIAN */
   287 #endif /* TTD_BIG_ENDIAN */
   288 
   288 
   289 #if !defined(GAME_DATA_DIR)
   289 #if !defined(WITH_PERSONAL_DIR)
   290 # define GAME_DATA_DIR ""
       
   291 #endif
       
   292 
       
   293 #if !defined(PERSONAL_DIR)
       
   294 # define PERSONAL_DIR ""
   290 # define PERSONAL_DIR ""
   295 #endif
   291 #endif
   296 
   292 
   297 /* Compile time assertions */
   293 /* Compile time assertions */
   298 #ifdef __OS2__
   294 #ifdef __OS2__