#include <afxwin.h>
#include <afxext.h>
#include <afxdisp.h>
#include <afxdtctl.h>
#include <afxcmn.h>
#include <afxsock.h>
#include <Util/IncludeEverywhere.h>
Go to the source code of this file.
Defines | |
#define | VC_EXTRALEAN |
#define | WINVER 0x0400 |
#define | _WIN32_WINNT 0x0400 |
#define | _WIN32_WINDOWS 0x0410 |
#define | _WIN32_IE 0x0400 |
#define | _ATL_CSTRING_EXPLICIT_CONSTRUCTORS |
#define | _AFX_ALL_WARNINGS |
#define | IMPLEMENT_OLECREATE2(class_name, external_name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) |
|
|
|
|
|
|
|
|
|
|
|
Value: AFX_DATADEF COleObjectFactory class_name::factory(class_name::guid, \
RUNTIME_CLASS(class_name), TRUE, _T(external_name)); \
const AFX_DATADEF GUID class_name::guid = \
{ l, w1, w2, { b1, b2, b3, b4, b5, b6, b7, b8 } };
|
|
|
|
|