]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
wxBase compilation fixes
[wxWidgets.git] / src / common / ftp.cpp
index 8d34c443b3615e56cdaa9eeac410713ab0b68698..c85d7adbe3d20e6f7b6abc94d3cb4a94cb7d264e 100644 (file)
 // Created:     07/07/1997
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997, 1998 Guilhem Lavaux
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 // declarations
 // ============================================================================
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
   #pragma implementation "ftp.h"
 #endif