Changeset 467 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp
- Timestamp:
- Mar 27, 2008, 2:29:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp
r461 r467 1273 1273 hDebugWnd=0; 1274 1274 1275 extern BOOL bClipCompileView; 1276 if(bClipCompileView){ 1275 if( program.IsClipCompileView() ){ 1277 1276 extern HWND hOwnerEditor; 1278 1277 SendMessage(hOwnerEditor,WM_DESTROYDEBUGGERVIEW,0,0);
Note:
See TracChangeset
for help on using the changeset viewer.