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:
parent
30a5be975d
commit
eda3efe2f8
@ -20,6 +20,10 @@
|
||||
#include <wx/object.h>
|
||||
#include <wx/string.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define off_t _off_t
|
||||
#endif
|
||||
|
||||
/*
|
||||
* wxStream: base classes
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user