stdafx.h
changeset 1721 64d59b181596
parent 1317 f382f1b439c7
child 1812 5b4d1af6b904
--- a/stdafx.h	Sun Apr 24 12:47:09 2005 +0000
+++ b/stdafx.h	Sun Apr 24 15:41:01 2005 +0000
@@ -116,8 +116,12 @@
 #if defined(WIN32) || defined(__OS2__)
   #define TTD_LITTLE_ENDIAN
 #else
-// Else include endian.h, which has the endian-type, autodetected by the Makefile
-  #include "endian.h"
+// Else include endian[target/host].h, which has the endian-type, autodetected by the Makefile
+  #if defined(STRGEN)
+    #include "endian_host.h"
+  #else
+    #include "endian_target.h"
+  #endif
 #endif
 
 #if defined(UNIX)