Changeset 367 in dev for trunk/abdev/ProjectEditor/NonVolatile.cpp
- Timestamp:
- Nov 11, 2007, 7:09:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/ProjectEditor/NonVolatile.cpp
r80 r367 442 442 443 443 //インクルードディレクトリ 444 if(!GetStringValue("IncludeDir",szIncludeDir)) lstrcpy(szIncludeDir,". \\Include\\");444 if(!GetStringValue("IncludeDir",szIncludeDir)) lstrcpy(szIncludeDir,"..\\Include\\"); 445 445 446 446 HeapDefaultFree(buffer); … … 548 548 549 549 //インクルードディレクトリ 550 lstrcpy(szIncludeDir,". \\Include\\");550 lstrcpy(szIncludeDir,"..\\Include\\"); 551 551 552 552 //ウィンドウ位置、サイズ
Note:
See TracChangeset
for help on using the changeset viewer.