compilation fix for old mingw32

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-01 15:26:02 +00:00
parent a324685268
commit e80591b930

View File

@ -64,6 +64,11 @@
#include <richedit.h>
#endif
// old mingw32 doesn't define this
#ifndef CFM_CHARSET
#define CFM_CHARSET 0x08000000
#endif // CFM_CHARSET
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------