summaryrefslogtreecommitdiff
path: root/Build/source/texk/dvipdfm/system.h
blob: 7eafe555533d27f55111e789acd9b3c55f63aabf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#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_ */