From c920fe38a19013b99f3f74e48da9724fb053c212 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sun, 9 Jul 2023 20:59:16 +0100 Subject: support building from VC++ IDE, add resources --- src/StdAfx.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/StdAfx.h (limited to 'src/StdAfx.h') diff --git a/src/StdAfx.h b/src/StdAfx.h new file mode 100644 index 0000000..7d3fc2f --- /dev/null +++ b/src/StdAfx.h @@ -0,0 +1,12 @@ +#pragma once + +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers + +#include // MFC core and standard components +#include // MFC extensions +#ifndef _AFX_NO_AFXCMN_SUPPORT +#include // MFC support for Windows Common Controls +#endif // _AFX_NO_AFXCMN_SUPPORT + +//{{AFX_INSERT_LOCATION}} + -- cgit v1.2.3