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

Last change on this file since 6666 was 6649, checked in by bird, 24 years ago

Added $Id:$ keyword.

File size: 362 bytes
Line 
1/* $Id: guid.c,v 1.3 2001-09-05 13:36:35 bird Exp $ */
2// This causes all the DEFINE_GUID macros to instantiate their GUID's
3#define INITGUID
4
5#include "config.h"
6
7#include "windef.h"
8#include "winbase.h"
9#include "wingdi.h"
10#include "winerror.h"
11#include "wine/obj_base.h"
12#include "wine/obj_oleaut.h"
13#include "strmif.h"
14#include "uuids.h"
15#include "control.h"
Note: See TracBrowser for help on using the repository browser.