off_t #define'd as _off_t for VC++ (it's not a standard type)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1998-07-14 22:08:59 +00:00
parent 30a5be975d
commit eda3efe2f8

View File

@ -20,6 +20,10 @@
#include <wx/object.h>
#include <wx/string.h>
#ifdef _MSC_VER
#define off_t _off_t
#endif
/*
* wxStream: base classes
*/