X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d2f3c71d83c52fc4db6c8041de533562816b1d6..51d55e1c0cb6d783164f5c8550f424ea3b49c051:/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__