]> git.saurik.com Git - wxWidgets.git/blob - samples/mfc/stdafx.h
define C99-like wxINT8/16/32_MIN/MAX constants in addition to wxInt8/16/32 types
[wxWidgets.git] / samples / mfc / stdafx.h
1 // normally this is defined by the IDE by "Using MFC" option but if it isn't
2 // (e.g. because we use bakefile-generated projects), do it ourselves to ensure
3 // that MFC libraries are linked in
4 #ifndef _AFXDLL
5 #define _AFXDLL
6 #endif
7 #include <afxwin.h>