Changeset 55 in dev for BasicCompiler_Common/preprocessor.cpp
- Timestamp:
- Feb 13, 2007, 3:14:57 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/preprocessor.cpp
r43 r55 79 79 } 80 80 81 extern bool isUnicode; 82 if( isUnicode ){ 83 add( "UNICODE" ); 84 } 85 81 86 char temporary[255]; 82 87 sprintf(temporary,"_AB_VER%d",MAJOR_VER);
Note:
See TracChangeset
for help on using the changeset viewer.