summaryrefslogtreecommitdiff
path: root/win/config.h
blob: a06cff58d4298edf06a21926600f39237321b077 (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
26
27
28
29
30
31
32
33
34
35
36
//
// LeoCAD configuration
//
// Auto-generated file, DO NOT EDIT
//

#ifndef _CONFIG_H_
#define _CONFIG_H_

#define LC_VERSION_MAJOR 0
#define LC_VERSION_MINOR 74
#define LC_VERSION_PATCH 0
#define LC_VERSION_OSNAME "Windows"
#define LC_VERSION_TEXT "0.75"
#define LC_VERSION_TAG ""
#define LC_INSTALL_PREFIX "C:\\leocad"

typedef signed char lcint8;
typedef unsigned char lcuint8;
typedef signed short lcint16;
typedef unsigned short lcuint16;
typedef signed int lcint32;
typedef unsigned int lcuint32;

#define LC_LITTLE_ENDIAN
#define LCUINT16(val) val
#define LCUINT32(val) val
#define LCINT16(val) val
#define LCINT32(val) val
#define LCFLOAT(val) val

#define LC_HAVE_JPEGLIB
#define LC_HAVE_ZLIB
#define LC_HAVE_PNGLIB

#endif // _CONFIG_H_