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:
@@ -20,7 +20,7 @@ limitation)
|
||||
*/
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma interface "fs_inet.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma interface "fs_mem.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@@ -9,7 +9,7 @@
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma interface "fs_zip.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@@ -20,7 +20,7 @@ limitation)
|
||||
*/
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma implementation "fs_inet.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma implementation "fs_mem.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation
|
||||
#pragma implementation "fs_zip.h"
|
||||
#endif
|
||||
|
||||
#include "wx/wxprec.h"
|
||||
|
Reference in New Issue
Block a user