mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-18 11:29:22 +08:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42923 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
8 lines
256 B
C
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>
|