Changeset 759 in dev for branches/x64_compiler_on_32/abdev/ab_common/src
- Timestamp:
- Sep 26, 2008, 11:49:14 PM (16 years ago)
- Location:
- branches/x64_compiler_on_32/abdev/ab_common/src/Lexical
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/x64_compiler_on_32/abdev/ab_common/src/Lexical/DataTable.cpp
r750 r759 63 63 if( schedule.GetType() == Schedule::DataTable ) 64 64 { 65 #if def _WIN6465 #if defined _WIN64 || defined BUILD_X64_COMPILER 66 66 OverwriteInt64( 67 67 schedule.GetOffset(), -
branches/x64_compiler_on_32/abdev/ab_common/src/Lexical/Source.cpp
r739 r759 66 66 } 67 67 68 #if def _AMD64_68 #if defined _AMD64_ || defined BUILD_X64_COMPILER 69 69 add("_WIN64"); 70 70 #endif
Note:
See TracChangeset
for help on using the changeset viewer.