source: trunk/src/xmlpatterns/parser/winCEWorkaround.sed@ 1168

Last change on this file since 1168 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 710 bytes
Line 
1/\/\* Tokens\. \*\// i\
2\/\* These tokens are defined to nothing on Windows because they\'re\
3 \* used in their documentation parser, for use in things like:\
4 \*\
5 \* int foo(IN char\* name, OUT char\* path);\
6 \*\
7 \* Hence this un-break fix. Note that this file was auto generated. *\/\
8\#ifdef IN\
9\# undef IN\
10\#endif\
11\#ifdef INSTANCE\
12\# undef INSTANCE\
13\#endif\
14\#ifdef STRICT\
15\# undef STRICT\
16\#endif\
17\#ifdef SELF\
18\# undef SELF\
19\#endif\
20\/\* These tokens are defined in VxWorks kernel mode\
21 \*\
22 \* Hence this un-break fix. Note that this file was auto generated. *\/\
23\#ifdef ERROR\
24\# undef ERROR\
25\#endif\
26\#ifdef IMPORT\
27\# undef IMPORT\
28\#endif\
29\#ifdef MAP\
30\# undef MAP\
31\#endif\
32
Note: See TracBrowser for help on using the repository browser.