understand __stdcall?) to make the program compile with VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@482
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#define wxREADONLY wxTE_READONLY
#define wxEDITABLE 0
-// #define wxTE_RICHTEXT 0x0020
+// MSW-only
+#define wxTE_RICHTEXT 0x0020
/*
* wxComboBox style flags
typedef void * WXDRAWITEMSTRUCT;
typedef void * WXMEASUREITEMSTRUCT;
typedef void * WXLPCREATESTRUCT;
-typedef int (*WXFARPROC)();
+typedef int (__stdcall *WXFARPROC)();
#endif