Changeset 759 in dev for branches/x64_compiler_on_32/abdev/BasicCompiler_Common/CDebugThreadInfo.cpp
- Timestamp:
- Sep 26, 2008, 11:49:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/x64_compiler_on_32/abdev/BasicCompiler_Common/CDebugThreadInfo.cpp
r741 r759 22 22 23 23 BOOL CDebugThreadInfo::Reflesh(int ThreadNum){ 24 #if defined _WIN64 || !defined BUILD_X64_COMPILER 24 25 Free(); 25 26 … … 102 103 103 104 return 1; 105 #else 106 return 0; 107 #endif 104 108 } 105 109
Note:
See TracChangeset
for help on using the changeset viewer.