Ignore:
Timestamp:
Mar 27, 2008, 2:29:35 AM (16 years ago)
Author:
dai_9181
Message:

いくつかのグローバル変数をProgram/Debuggerクラスにまとめた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/VarList.cpp

    r461 r467  
    12731273            hDebugWnd=0;
    12741274
    1275             extern BOOL bClipCompileView;
    1276             if(bClipCompileView){
     1275            if( program.IsClipCompileView() ){
    12771276                extern HWND hOwnerEditor;
    12781277                SendMessage(hOwnerEditor,WM_DESTROYDEBUGGERVIEW,0,0);
Note: See TracChangeset for help on using the changeset viewer.