From: Vadim Zeitlin Date: Thu, 10 Jan 2002 22:40:36 +0000 (+0000) Subject: compilation fix for VC++ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8af27d1dee477e3e52aa60d73b19d46f531374b7 compilation fix for VC++ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/imagjpeg.cpp b/src/common/imagjpeg.cpp index d16360ce17..c8db0ce961 100644 --- a/src/common/imagjpeg.cpp +++ b/src/common/imagjpeg.cpp @@ -61,7 +61,7 @@ extern "C" // we can't use METHODDEF here as it includes static yet the functions must be // extern "C" and these can't be used together! #undef METHODDEF -#define METHODDEF(type) extern "C" wxC_CALLING_CONV type +#define METHODDEF(type) extern "C" type wxC_CALLING_CONV //----------------------------------------------------------------------------- // wxJPEGHandler