source: trunk/src/ole32/guid.cpp@ 633

Last change on this file since 633 was 633, checked in by sandervl, 26 years ago

Changes for updated Wine headers (NOT TESTED..)

File size: 278 bytes
Line 
1/*
2 * Concrete defintions of all IID's
3 *
4 * 1/7/99
5 *
6 * Copyright 1999 David J. Raison
7 *
8 *
9 * Project Odin Software License can be found in LICENSE.TXT
10 *
11 */
12
13// This causes all the DEFINE_GUID macros to instantiate their GUID's
14#define INITGUID
15
16#include "ole32.h"
17
Note: See TracBrowser for help on using the repository browser.