Changeset 92 in dev for BasicCompiler_Common/MakeExe.cpp
- Timestamp:
- Apr 8, 2007, 2:07:31 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/MakeExe.cpp
r91 r92 253 253 SetDlgItemText(hMainDlg,IDOK,STRING_CLOSE); 254 254 255 #ifdef _DEBUG 256 // デバッグモードのときはダイアログが隠れている 257 ShowWindow(hMainDlg,SW_SHOW); 258 #endif 259 255 260 //#include情報を解放 256 261 extern INCLUDEFILEINFO IncludeFileInfo;
Note:
See TracChangeset
for help on using the changeset viewer.