]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_inet.cpp
wxBase compilation fixes
[wxWidgets.git] / src / common / fs_inet.cpp
index 1e3d353a7cb77dcf57e8ee5bcc9a356c37530843..4356b665ea38d98973c9109d711000bf3adaa663 100644 (file)
@@ -19,7 +19,7 @@ limitation)
 
 */
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "fs_inet.h"
 #endif
 
@@ -160,7 +160,7 @@ wxInternetFSHandler::~wxInternetFSHandler()
     wxInetCacheNode *n2;
 
     m_Cache.BeginFind();
-    while ((n = m_Cache.Next()))
+    while ((n = m_Cache.Next()) != 0)
     {
         n2 = (wxInetCacheNode*) n->GetData();
         wxRemoveFile(n2->GetTemp());