From 3d08c0e77d0b577937cd59a278ee7c4e3dec525a Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Sun, 26 Oct 2003 17:55:04 +0000 Subject: [PATCH] Darwin compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/dialup/nettest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dialup/nettest.cpp b/samples/dialup/nettest.cpp index 99c05d6950..1816214cc8 100644 --- a/samples/dialup/nettest.cpp +++ b/samples/dialup/nettest.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "nettest.cpp" #pragma interface "nettest.cpp" #endif -- 2.50.0