diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:06:28 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-15 12:06:28 -0800 |
commit | 45f2a47df2d6505c351ee0586969bf142c93bf6b (patch) | |
tree | b9242a35195cd779f38c3566490209024afcb1b9 /third_party/libjpeg/jmorecfg.h | |
parent | 2ac8124c572a6024d0200fb095409edc9549d38a (diff) | |
download | pdfium-45f2a47df2d6505c351ee0586969bf142c93bf6b.tar.xz |
XFA: Remove ifdefs for _FX_MANAGED_CODE_.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1591563002 .
Diffstat (limited to 'third_party/libjpeg/jmorecfg.h')
-rw-r--r-- | third_party/libjpeg/jmorecfg.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/third_party/libjpeg/jmorecfg.h b/third_party/libjpeg/jmorecfg.h index 88d210954c..a80d90495e 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. |