define HAVE_LARGEFILE_SUPPORT in setup.h when large files support is available and test for it in wx/filefn.h (closes #10844); document that wx/filefn.h must be included before testing for wxHAS_LARGE_(F)FILES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60823 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -753,8 +753,11 @@
|
||||
* Define if compiler has __thread keyword.
|
||||
*/
|
||||
#undef HAVE___THREAD_KEYWORD
|
||||
/*
|
||||
* Define if large (64 bit file offsets) files are supported.
|
||||
*/
|
||||
#undef HAVE_LARGEFILE_SUPPORT
|
||||
|
||||
/* compatibility */
|
||||
/*
|
||||
* Use OpenGL
|
||||
*/
|
||||
|
Reference in New Issue
Block a user