source: trunk/src/quartz/guid.c@ 6563

Last change on this file since 6563 was 6563, checked in by sandervl, 24 years ago

created

File size: 259 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 "strmif.h"
12#include "uuids.h"
13
Note: See TracBrowser for help on using the repository browser.