ErrCode.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
- extern rmfullglobals myglobs;
- #define EnterDebug { AppPause(TRUE); SetWindowPos(myglobs.hWndMain,HWND_NOTOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); }
- #define LeaveDebug { SetWindowPos(myglobs.hWndMain,HWND_TOPMOST,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE); }
- #define CEnterDebug { AppPause(TRUE); SetWindowPos(&wndNoTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); }
- #define CLeaveDebug { SetWindowPos(&wndTopMost,0,0,0,0,SWP_NOSIZE|SWP_NOMOVE); AppPause(FALSE); }