X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d2f3c71d83c52fc4db6c8041de533562816b1d6..28d52eed36a2b4ee6ea36b3c5d4861b3ea292074:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index 038b578e33..73deef73cb 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -22,6 +22,8 @@ #include "wx/filefn.h" #endif +#if wxUSE_FILE + // ---------------------------------------------------------------------------- // constants // ---------------------------------------------------------------------------- @@ -178,5 +180,7 @@ private: wxFile m_file; // the temporary file }; +#endif + #endif // _WX_FILEH__