Changeset 523 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
- Timestamp:
- May 1, 2008, 11:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/BasicCompiler.cpp
r519 r523 171 171 lstrcpy(path,temp3); 172 172 } 173 void GetFullPath( char *path, const st ring &baseDirPath ){173 void GetFullPath( char *path, const std::string &baseDirPath ){ 174 174 int i,i2,i3,i4; 175 175 char temporary[MAX_PATH]; … … 590 590 591 591 // グローバルローケルを日本語にする 592 locale::global(locale("japanese"));592 std::locale::global(std::locale("japanese")); 593 593 _setmode(_fileno(stdout), _O_BINARY); 594 594
Note:
See TracChangeset
for help on using the changeset viewer.