#include <atlbase.h>
#include <atlapp.h>
#include <atlmisc.h>
#include <atlcom.h>
#include <atlhost.h>
#include <atlwin.h>
#include <atlctl.h>
#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlctrlw.h>
#include <atlctrlx.h>
#include <atlgdix.h>
#include <CustomTabCtrl.h>
#include <DotNetTabCtrl.h>
#include <TabbedFrame.h>
#include <TabbedMDI.h>
#include "IdleHandlerPump.h"
#include "resource.h"
Include dependency graph for stdafx.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | WMQD_BEGIN (WMQD_FIRST+1) |
#define | WMQD_MESSAGE (WMQD_FIRST+2) |
#define | WMQD_END (WMQD_FIRST+3) |
#define | WMQD_SELECT (WMQD_FIRST+4) |
Definition in file stdafx.h.
|
Message sent to the SCompiler::m_shWnd window when a script is about to be compiled. |
|
Message sent to a window when a script was just compiled. |
|
Message sent to a window when a string is to be written. Definition at line 85 of file stdafx.h. Referenced by SCompiler::sc_printf(). |
|
Message sent to a window when a file needs to be opened and line shown. |