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

Last change on this file since 199 was 199, checked in by davidr, 26 years ago

Dummy file to force instantiation of GUID's

File size: 269 bytes
Line 
1/*
2 *
3 * Project Odin Software License can be found in LICENSE.TXT
4 *
5 */
6/*
7 * Win32 OLE stubs for OS/2
8 *
9 * 1998/06/12
10 *
11 * Copyright 1998 Sander van Leeuwen
12 */
13
14// This causes all the DEFINE_GUID's to instantiate their GUID's
15#define INITGUID
16
17#include "ole32.h"
Note: See TracBrowser for help on using the repository browser.