| Index: third_party/libjpeg/jmorecfg.h
|
| diff --git a/third_party/libjpeg/jmorecfg.h b/third_party/libjpeg/jmorecfg.h
|
| index 88d210954cf8b882241b2ba9e8582068f34cb008..a80d90495eaf082c3647fdeedadc21207738fcc8 100644
|
| --- a/third_party/libjpeg/jmorecfg.h
|
| +++ b/third_party/libjpeg/jmorecfg.h
|
| @@ -195,12 +195,8 @@ typedef unsigned int JDIMENSION;
|
| /* a function referenced thru EXTERNs: */
|
| #define GLOBAL(type) type
|
|
|
| -#ifdef _FX_MANAGED_CODE_
|
| -#define EXTERN(type) extern "C" type
|
| -#else
|
| /* a reference to a GLOBAL function: */
|
| #define EXTERN(type) extern type
|
| -#endif
|
|
|
|
|
| /* This macro is used to declare a "method", that is, a function pointer.
|
|
|