diff options
author | smatz <smatz@openttd.org> | 2008-06-17 19:38:00 +0000 |
---|---|---|
committer | smatz <smatz@openttd.org> | 2008-06-17 19:38:00 +0000 |
commit | 9da745b38110bc827ff6b5d5c9c3c9bf928c2335 (patch) | |
tree | b271027ea798874acb1d7592eb84626b079887e9 /projects | |
parent | dedb0033b3647d795a23118a22f227d7af33960d (diff) | |
download | openttd-9da745b38110bc827ff6b5d5c9c3c9bf928c2335.tar.xz |
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
Diffstat (limited to 'projects')
-rw-r--r-- | projects/openttd_vs80.vcproj | 4 | ||||
-rw-r--r-- | projects/openttd_vs90.vcproj | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/projects/openttd_vs80.vcproj b/projects/openttd_vs80.vcproj index 9435e47f4..857dd6b3d 100644 --- a/projects/openttd_vs80.vcproj +++ b/projects/openttd_vs80.vcproj @@ -1000,6 +1000,10 @@ > </File> <File + RelativePath=".\..\src\core\endian_type.hpp" + > + </File> + <File RelativePath=".\..\src\engine_base.h" > </File> diff --git a/projects/openttd_vs90.vcproj b/projects/openttd_vs90.vcproj index 46973b67a..9ddc65162 100644 --- a/projects/openttd_vs90.vcproj +++ b/projects/openttd_vs90.vcproj @@ -997,6 +997,10 @@ > </File> <File + RelativePath=".\..\src\core\endian_type.hpp" + > + </File> + <File RelativePath=".\..\src\engine_base.h" > </File> |