33 строки
572 B
C
33 строки
572 B
C
#pragma once
|
|
|
|
#ifndef _SECURE_ATL
|
|
#define _SECURE_ATL 1
|
|
#endif
|
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
#ifndef VC_EXTRALEAN
|
|
#define VC_EXTRALEAN
|
|
#endif
|
|
|
|
#include "targetver.h"
|
|
|
|
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS
|
|
#define _AFX_ALL_WARNINGS
|
|
#define _AFX_PORTABLE
|
|
#define _FORCENAMELESSUNION
|
|
#define _AFX_NO_DAO_SUPPORT
|
|
#define _AFX_NO_DHTML_SUPPORT
|
|
#define _AFX_NO_OLEDB_SUPPORT
|
|
#define _AFX_NO_RICHEDIT_SUPPORT
|
|
|
|
#define _AFX_NO_MFC_CONTROLS_IN_DIALOGS
|
|
|
|
#include <afxwin.h>
|
|
#include <afxext.h>
|
|
#include <afxdisp.h>
|
|
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
#include <afxcmn.h>
|
|
#endif
|