Support unrar64.dll
[xy_vsfilter.git] / src / decss / stdafx.h
blob58101e98bcea332538b8822478fa21b37e52248c
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
8 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
9 #define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
11 #ifndef VC_EXTRALEAN
12 #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
13 #endif
15 #include <afx.h>
16 #include <afxwin.h> // MFC core and standard components
18 // TODO: reference additional headers your program requires here