summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/dvipdfm/system.h')
-rw-r--r--Build/source/texk/dvipdfm/system.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/Build/source/texk/dvipdfm/system.h b/Build/source/texk/dvipdfm/system.h
deleted file mode 100644
index 7eafe555533..00000000000
--- a/Build/source/texk/dvipdfm/system.h
+++ /dev/null
@@ -1,25 +0,0 @@
-#ifndef _SYSTEM_H_
-
-#define _SYSTEM_H_
-
-#include <kpathsea/c-auto.h>
-#include <kpathsea/kpathsea.h>
-
-#ifdef WIN32
-# undef ERROR
-# undef NO_ERROR
-# undef RGB
-# undef CMYK
-# undef SETLINEJOIN
-# undef SETMITERLIMIT
-# undef SETLINECAP
-# pragma warning(disable : 4101 4018)
-#else
-# define __cdecl
-# define CDECL
-#endif /* WIN32 */
-
-#endif /* _SYSTEM_H_ */
-
-
-