This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/samples/mfc/stdafx.h

8 lines
256 B
C

// normally this is defined by the IDE by "Using MFC" option but if it isn't
// (e.g. because we use bakefile-generated projects), do it ourselves to ensure
// that MFC libraries are linked in
#ifndef _AFXDLL
#define _AFXDLL
#endif
#include <afxwin.h>