source:
trunk/src/quartz/guid.c@
6578
Last change on this file since 6578 was 6578, checked in by , 24 years ago | |
---|---|
File size: 307 bytes |
Line | |
---|---|
1 | // This causes all the DEFINE_GUID macros to instantiate their GUID's |
2 | #define INITGUID |
3 | |
4 | #include "config.h" |
5 | |
6 | #include "windef.h" |
7 | #include "winbase.h" |
8 | #include "wingdi.h" |
9 | #include "winerror.h" |
10 | #include "wine/obj_base.h" |
11 | #include "wine/obj_oleaut.h" |
12 | #include "strmif.h" |
13 | #include "uuids.h" |
14 | #include "control.h" |
Note:
See TracBrowser
for help on using the repository browser.