[!if !PRE_COMPILED_HEADER] // $loctext_nonpchdescription_line1$ // $loctext_nonpchdescription_line2$ // [!endif] #pragma once [!if WIN_APP || SUPPORT_MFC] #include "targetver.h" [!endif] [!if !CONSOLE_APP] #define WIN32_LEAN_AND_MEAN // $loctext_win32macrocomment$ [!else] #include #include [!endif] [!if SUPPORT_MFC] #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // $loctext_atlcstringmacrocomment$ #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS // $loctext_nomfccontrolsmacrocomment$ #ifndef VC_EXTRALEAN #define VC_EXTRALEAN // $loctext_vcextraleanmacrocomment$ #endif #include #include // $loctext_coremfcheadercomment$ [!if !LIB_APP] #include // $loctext_mfcextensionsheadercomment$ #ifndef _AFX_NO_OLE_SUPPORT #include // $loctext_mfcieheadercomment$ #endif #ifndef _AFX_NO_AFXCMN_SUPPORT #include // $loctext_mfcwindowscommonheadercomment$ #endif // _AFX_NO_AFXCMN_SUPPORT #include [!endif] [!endif] [!if DLL_APP || WIN_APP] // $loctext_windowsheaderscomment$ #include [!endif] [!if WIN_APP] // $loctext_crtheaderscomment$ #include #include #include #include [!endif]