source: trunk/src/comdlg32/comdlgguid.cpp@ 6666

Last change on this file since 6666 was 5583, checked in by sandervl, 24 years ago

Wine resync

File size: 914 bytes
Line 
1/* $Id: comdlgguid.cpp,v 1.2 2001-04-24 20:37:24 sandervl Exp $ */
2
3/*****************************************************************************
4 * Includes *
5 *****************************************************************************/
6
7#include <odin.h>
8#include <odinwrap.h>
9
10#define ICOM_CINTERFACE 1
11#define CINTERFACE 1
12#define INITGUID
13
14#include <os2win.h>
15#include <shlguid.h>
16#include <wine/obj_oleview.h>
17#include <wine/obj_dragdrop.h>
18#include <wine/obj_inplace.h>
19#include <wine/obj_control.h>
20#include <wine/obj_shellfolder.h>
21#include <wine/obj_shelllink.h>
22#include <wine/obj_contextmenu.h>
23#include <wine/obj_commdlgbrowser.h>
24#include <wine/obj_extracticon.h>
25#include <wine/obj_shellextinit.h>
26#include <wine/obj_shellbrowser.h>
27#include <wine/obj_serviceprovider.h>
28#include <docobj.h>
29
30ODINDEBUGCHANNEL(COMDLG32-SHELLGUID)
31
32
Note: See TracBrowser for help on using the repository browser.