]> git.saurik.com Git - wxWidgets.git/blobdiff - src/jpeg/jmorecfg.h
compilation fix for non-threaded compilation (threads are still broken
[wxWidgets.git] / src / jpeg / jmorecfg.h
index 54e85ec823534881b10207e896a0dac517370e40..a8fc0e78928b5e7e7f0e00c29362b12be36e471b 100644 (file)
@@ -186,7 +186,7 @@ typedef unsigned int JDIMENSION;
  * or code profilers that require it.
  */
 
-#if defined(__VISAGECPP__)
+#if defined(__VISAGECPP__) && !defined(JPEGLOCAL) /* need this for /common/imagjpeg.obj but not loclly */
 /* a function called through method pointers: */
 #define METHODDEF(type)                static type _Optlink
 /* a function used only in its module: */
@@ -206,8 +206,6 @@ typedef unsigned int JDIMENSION;
 #define EXTERN(type)           extern type
 #endif
 
-
-
 /* This macro is used to declare a "method", that is, a function pointer.
  * We want to supply prototype parameters if the compiler can cope.
  * Note that the arglist parameter must be parenthesized!