source: trunk/src/shell32/shellguid.c@ 5120

Last change on this file since 5120 was 4121, checked in by sandervl, 25 years ago

complete merge with shell32 from wine 20000801

File size: 490 bytes
Line 
1/* $Id: shellguid.c,v 1.1 2000-08-30 13:52:55 sandervl Exp $ */
2/*
3 * Shell UID
4 *
5 * 1998 Juergen Schmied (jsch) * <juergen.schmied@metronet.de>
6 *
7 * this in in a single file due to interfering definitions
8 *
9 */
10#ifdef __WIN32OS2__
11#define ICOM_CINTERFACE 1
12#include <odin.h>
13#define ICOM_CINTERFACE 1
14#define CINTERFACE 1
15#define INITGUID
16#include <wine\obj_oleview.h>
17#endif
18#include "initguid.h"
19
20#include "shlwapi.h"
21#include "shlguid.h"
22#include "shlobj.h"
23#include "docobj.h"
Note: See TracBrowser for help on using the repository browser.