]> git.saurik.com Git - wxWidgets.git/commitdiff
added extern "C" for include of mach/mach.h to fix link errors with PB
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Apr 2003 08:14:46 +0000 (08:14 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 19 Apr 2003 08:14:46 +0000 (08:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20281 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/utilsexc.cpp
src/mac/utilsexc.cpp

index 1d9082a085e3aacf16a4c61214b49682210f89de..dc05dbab9c4cd21e158400eab27d5b6df8ed7018 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+//#pragma implementation
 #endif
 
 #include "wx/log.h"
 #endif
 
 #include "wx/log.h"
@@ -19,7 +19,9 @@
 #include "wx/unix/execute.h"
 #include <unistd.h>
 #include <sys/wait.h>
 #include "wx/unix/execute.h"
 #include <unistd.h>
 #include <sys/wait.h>
+extern "C" {
 #include <mach/mach.h>
 #include <mach/mach.h>
+}
 #include <CoreFoundation/CFMachPort.h>
 #endif
 
 #include <CoreFoundation/CFMachPort.h>
 #endif
 
index 1d9082a085e3aacf16a4c61214b49682210f89de..dc05dbab9c4cd21e158400eab27d5b6df8ed7018 100644 (file)
@@ -10,7 +10,7 @@
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
-#pragma implementation
+//#pragma implementation
 #endif
 
 #include "wx/log.h"
 #endif
 
 #include "wx/log.h"
@@ -19,7 +19,9 @@
 #include "wx/unix/execute.h"
 #include <unistd.h>
 #include <sys/wait.h>
 #include "wx/unix/execute.h"
 #include <unistd.h>
 #include <sys/wait.h>
+extern "C" {
 #include <mach/mach.h>
 #include <mach/mach.h>
+}
 #include <CoreFoundation/CFMachPort.h>
 #endif
 
 #include <CoreFoundation/CFMachPort.h>
 #endif