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

Last change on this file since 317 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 456 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
Note: See TracBrowser for help on using the repository browser.