summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/libmng/libmng_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/libmng/libmng_conf.h')
-rw-r--r--src/3rdparty/libmng/libmng_conf.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/3rdparty/libmng/libmng_conf.h b/src/3rdparty/libmng/libmng_conf.h
index c910786ff..31d512c41 100644
--- a/src/3rdparty/libmng/libmng_conf.h
+++ b/src/3rdparty/libmng/libmng_conf.h
@@ -38,10 +38,6 @@
/* ************************************************************************** */
-#if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI)
-#pragma option -A /* force ANSI-C */
-#endif
-
#ifndef _libmng_conf_h_
#define _libmng_conf_h_
@@ -90,16 +86,6 @@
/* #define MNG_SUPPORT_JPEG12 */
#endif
-/* The following is required to export the IJG routines from the DLL in
- the Windows-standard calling convention;
- currently this only works for Borland C++ !!! */
-
-#if defined(MNG_BUILD_DLL) || defined(MNG_USE_DLL)
-#if defined(MNG_SUPPORT_IJG6B) && defined(__BORLANDC__)
-#define MNG_DEFINE_JPEG_STDCALL
-#endif
-#endif
-
/* ************************************************************************** */
/* enable required high-level functions */