Support unrar64.dll
[xy_vsfilter.git] / src / ui / CmdUI / stdafx.h
blobe8fa7c38458b7a493e509633173664cb412a5980
1 // stdafx.h : include file for standard system include files,
2 // or project specific include files that are used frequently, but
3 // are changed infrequently
4 //
6 #pragma once
9 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
10 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
12 #ifndef VC_EXTRALEAN
13 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
14 #endif
16 #include <afx.h>
17 #include <afxwin.h> // MFC core and standard components
19 // TODO: reference additional headers your program requires here