source: trunk/src/ole32/new/guid.cpp@ 3456

Last change on this file since 3456 was 3456, checked in by davidr, 25 years ago

OLE32/NEW: Work-in-progress on adding apartment handling

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