wxChoiceDialog fix.
Distribution and build things. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2933 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -117,6 +117,11 @@ class WXDLLEXPORT wxStreamBuffer {
|
||||
// wxStream: base classes
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
#define wxStream_NOERROR wxSTR_NOERROR
|
||||
#define wxStream_EOF wxSTR_EOF
|
||||
#define wxStream_WRITE_ERR wxSTR_WRITE_ERROR
|
||||
#define wxStream_READ_ERR wxSTR_READ_ERROR
|
||||
|
||||
typedef enum {
|
||||
wxStream_NOERROR = 0,
|
||||
wxStream_EOF,
|
||||
|
Reference in New Issue
Block a user