Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(768)

Unified Diff: third_party/libjpeg/jmorecfg.h

Issue 1591563002: XFA: Remove ifdefs for _FX_MANAGED_CODE_. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjpeg/fpdfapi_jmemnobs.c ('k') | third_party/lpng_v163/pngmem.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/libjpeg/fpdfapi_jmemnobs.c ('k') | third_party/lpng_v163/pngmem.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698