ErrCode.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. extern rmfullglobals myglobs;
  2. #define EnterDebug { AppPause(TRUE); SetWindowPos(myglobs.hWndMain,HWND_NOTOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); }
  3. #define LeaveDebug { SetWindowPos(myglobs.hWndMain,HWND_TOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE);  }
  4. #define CEnterDebug { AppPause(TRUE); SetWindowPos(&wndNoTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); }
  5. #define CLeaveDebug { SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE);  }