Changeset 69 in dev for BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- Mar 13, 2007, 4:52:59 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/BasicCompiler.cpp
r55 r69 692 692 693 693 //Unicode 694 else if( lstrcmp( temp2, "unicode" ) ==0 ) isUnicode = true; 694 else if( lstrcmp( temp2, "unicode" ) ==0 ){ 695 isUnicode = true; 696 typeOfPtrChar = MAKE_PTR_TYPE(DEF_WORD,1); 697 } 695 698 696 699 //埋め込み型コンパイラビュー
Note:
See TracChangeset
for help on using the changeset viewer.