Update UNRAR.H
[xy_vsfilter.git] / src / ui / ResizableLib / stdafx.h
blob0619dd32c4d3d608a6355974a0984117b7cac7d9
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
18 #include <afxcmn.h>
19 #include <afxdlgs.h>
21 // TODO: reference additional headers your program requires here