Last change
on this file since 38 was 38, checked in by umoeller, 25 years ago |
Updates to XML.
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
730 bytes
|
Line | |
---|
1 | /*
|
---|
2 | *@@sourcefile expat_setup.h:
|
---|
3 | * this is just for getting the damn calling conventions right.
|
---|
4 | * I have added the EXPATENTRY specifier to all function prototypes
|
---|
5 | * in expat (most importantly the callbacks) because otherwise
|
---|
6 | * the compiler will chose the calling convention, and this will
|
---|
7 | * be different depending on whether the func has been prototyped
|
---|
8 | * or not or if C or C++ is used.
|
---|
9 | *
|
---|
10 | * If EXPATENTRY is not defined in the project's setup.h, it
|
---|
11 | * will be set to _Optlink here.
|
---|
12 | */
|
---|
13 |
|
---|
14 | #ifndef EXPAT_SETUP_H_INCLUDED
|
---|
15 | #define EXPAT_SETUP_H_INCLUDED
|
---|
16 |
|
---|
17 | #ifndef EXPATENTRY
|
---|
18 | #define EXPATENTRY _Optlink
|
---|
19 | #endif
|
---|
20 |
|
---|
21 | #define XML_DTD 1
|
---|
22 |
|
---|
23 | #endif
|
---|
24 |
|
---|
25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.