fixed gcc pragmas in fs_*.h,cpp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9920 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-04-28 23:31:03 +00:00
parent 0de01330ba
commit c3f4609ebb
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ limitation)
*/
#ifdef __GNUG__
#pragma implementation
#pragma interface "fs_inet.h"
#endif
#include "wx/wxprec.h"

View File

@@ -8,7 +8,7 @@
#ifdef __GNUG__
#pragma implementation
#pragma interface "fs_mem.h"
#endif
#include "wx/wxprec.h"

View File

@@ -9,7 +9,7 @@
#ifdef __GNUG__
#pragma implementation
#pragma interface "fs_zip.h"
#endif
#include "wx/wxprec.h"

View File

@@ -20,7 +20,7 @@ limitation)
*/
#ifdef __GNUG__
#pragma implementation
#pragma implementation "fs_inet.h"
#endif
#include "wx/wxprec.h"

View File

@@ -8,7 +8,7 @@
#ifdef __GNUG__
#pragma implementation
#pragma implementation "fs_mem.h"
#endif
#include "wx/wxprec.h"

View File

@@ -10,7 +10,7 @@
#ifdef __GNUG__
#pragma implementation
#pragma implementation "fs_zip.h"
#endif
#include "wx/wxprec.h"