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

Last change on this file since 6496 was 5618, checked in by sandervl, 24 years ago

resync with latest wine

File size: 514 bytes
Line 
1/* $Id: shellguid.c,v 1.2 2001-04-28 13:33:46 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"
24#include "shellfolder.h"
Note: See TracBrowser for help on using the repository browser.