]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/file.cpp
Switched loads of settings back on
[wxWidgets.git] / src / common / file.cpp
index 9985b9d44874a06391747524add3dd733b286ef0..1e6f0e41e1a70f3bbd42ce17265dea3ee7a669cb 100644 (file)
@@ -335,7 +335,7 @@ size_t wxFile::Write(const void *pBuf, size_t nCount)
 bool wxFile::Flush()
 {
     if ( IsOpened() ) {
-#if defined(__VISUALC__) || wxHAVE_FSYNC
+#if defined(__VISUALC__) || HAVE_FSYNC
         if ( wxFsync(m_fd) == -1 )
         {
             wxLogSysError(_("can't flush file descriptor %d"), m_fd);