]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/gdiplus.cpp
Expose the Apple menu so it can be setup manually.
[wxWidgets.git] / src / msw / gdiplus.cpp
index 8dc70566eba5a34cf0f1fbfb8192eefe226c8dd2..97751b41bda50467126d816d5683c5a61be0ec9e 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     implements wrappers for GDI+ flat API
 // Author:      Vadim Zeitlin
 // Created:     2007-03-14
-// RCS-ID:      $Id$
 // Copyright:   (c) 2007 Vadim Zeitlin <vadim@wxwindows.org>
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
@@ -740,8 +739,6 @@ wxFOR_ALL_GDIPLUS_STATUS_FUNCS(wxDECL_GDIPLUS_FUNC_TYPE)
 
 #undef wxDECL_GDIPLUS_FUNC_TYPE
 
-} // extern "C"
-
 // Special hack for w32api headers that reference this variable which is
 // normally defined in w32api-specific gdiplus.lib but as we don't link with it
 // and load gdiplus.dll dynamically, it's not defined in our case resulting in
@@ -749,9 +746,11 @@ wxFOR_ALL_GDIPLUS_STATUS_FUNCS(wxDECL_GDIPLUS_FUNC_TYPE)
 // is and if Cygwin headers are modified to not use it in the future, it's not
 // a big deal neither, we'll just have an unused pointer.
 #if defined(__CYGWIN__) || defined(__MINGW32__)
-extern "C" void *_GdipStringFormatCachedGenericTypographic = NULL;
+void *_GdipStringFormatCachedGenericTypographic = NULL;
 #endif // __CYGWIN__ || __MINGW32__
 
+} // extern "C"
+
 // ============================================================================
 // wxGdiPlus helper class
 // ============================================================================