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