X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/79c3e0e1aeebb64da2ac893e6ed7b27edca01a64..9406d962ccf50d63f163896a2dd94123a2a8664a:/src/common/fstream.cpp diff --git a/src/common/fstream.cpp b/src/common/fstream.cpp index ea50fee90a..d1bfb0637b 100644 --- a/src/common/fstream.cpp +++ b/src/common/fstream.cpp @@ -23,15 +23,8 @@ #pragma hdrstop #endif - #define BUF_TEMP_SIZE 10000 -#if !USE_SHARED_LIBRARY -IMPLEMENT_CLASS(wxFileInputStream, wxInputStream) -IMPLEMENT_CLASS(wxFileOutputStream, wxOutputStream) -IMPLEMENT_CLASS2(wxFileStream, wxInputStream, wxOutputStream) -#endif - // ---------------------------------------------------------------------------- // wxFileInputStream // ----------------------------------------------------------------------------