ReactOS
0.4.16-dev-306-g647d351
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Examples
tif_config.wince.h
Go to the documentation of this file.
1
/*
2
* TIFF library configuration header for Windows CE platform.
3
*/
4
#ifndef _WIN32_WCE
5
# error This version of tif_config.h header is dedicated for Windows CE platform!
6
#endif
7
8
/* Define to 1 if you have the <assert.h> header file. */
9
#define HAVE_ASSERT_H 1
10
11
/* Define to 1 if you have the <fcntl.h> header file. */
12
#define HAVE_FCNTL_H 1
13
14
/* Define as 0 or 1 according to the floating point format suported by the
15
machine */
16
#define HAVE_IEEEFP 1
17
18
/* Define to 1 if you have the `jbg_newlen' function. */
19
#define HAVE_JBG_NEWLEN 1
20
21
/* Define to 1 if you have the <string.h> header file. */
22
#define HAVE_STRING_H 1
23
24
/* Define to 1 if you have the <sys/types.h> header file. */
25
#undef HAVE_SYS_TYPES_H
26
27
/* Define to 1 if you have the <io.h> header file. */
28
#define HAVE_IO_H 1
29
30
/* Define to 1 if you have the <search.h> header file. */
31
#define HAVE_SEARCH_H 1
32
33
/* Define to 1 if you have the `setmode' function. */
34
#define HAVE_SETMODE 1
35
36
/* Define to 1 if you have the `bsearch' function. */
37
#define HAVE_BSEARCH 1
38
#define bsearch wceex_bsearch
39
40
/* Define to 1 if you have the `lfind' function. */
41
#define HAVE_LFIND 1
42
#define lfind wceex_lfind
43
44
/* The size of a `int', as computed by sizeof. */
45
#define SIZEOF_INT 4
46
47
/* Set the native cpu bit order */
48
#define HOST_FILLORDER FILLORDER_LSB2MSB
49
50
/* Define to 1 if your processor stores words with the most significant byte
51
first (like Motorola and SPARC, unlike Intel and VAX). */
52
/* #undef WORDS_BIGENDIAN */
53
54
/* Define to `__inline__' or `__inline' if that's what the C compiler
55
calls it, or to nothing if 'inline' is not supported under any name. */
56
#ifndef __cplusplus
57
# ifndef inline
58
# define inline __inline
59
# endif
60
#endif
61
62
63
/*
64
* Local Variables:
65
* mode: c
66
* c-basic-offset: 8
67
* fill-column: 78
68
* End:
69
*/
sdk
include
reactos
libs
libtiff
tif_config.wince.h
Generated on Mon Dec 2 2024 06:14:54 for ReactOS by
1.9.6