Changeset 181 in dev for trunk/jenga/src/smoothie/Source.cpp
- Timestamp:
- Jun 24, 2007, 2:05:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/src/smoothie/Source.cpp
r173 r181 3 3 #include <jenga/include/common/Directory.h> 4 4 5 #include <jenga/include/smoothie/Smoothie.h> 5 6 #include <jenga/include/smoothie/BasicFixed.h> 6 7 #include <jenga/include/smoothie/Source.h> … … 120 121 } 121 122 122 extern bool isUnicode; 123 if( isUnicode ){ 123 if( Smoothie::IsUnicode() ){ 124 124 add( "UNICODE" ); 125 125 }
Note:
See TracChangeset
for help on using the changeset viewer.