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:
Robert Roebling
1999-06-29 23:16:45 +00:00
parent 7b8bd8182c
commit a533f5c122
37 changed files with 1693 additions and 450 deletions

View File

@@ -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,