Changeset 461 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/DataTable.cpp
- Timestamp:
- Mar 23, 2008, 11:35:33 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/DataTable.cpp
r417 r461 1 1 #include "stdafx.h" 2 3 #include <jenga/include/smoothie/Smoothie.h>4 2 5 3 #include <DataTable.h> … … 39 37 int retSize = size; 40 38 41 if( Smoothie::IsUnicode() ){39 if( compiler.IsUnicode() ){ 42 40 //Shift-JIS → Unicode 43 41 int size = MultiByteToWideChar(
Note:
See TracChangeset
for help on using the changeset viewer.