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

Last change on this file since 5280 was 1548, checked in by sandervl, 26 years ago

Port of Wine common dialogs (not all)

File size: 876 bytes
Line 
1/* $Id: comdlgguid.cpp,v 1.1 1999-11-02 19:09:42 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 <docobj.h>
28
29ODINDEBUGCHANNEL(COMDLG32-SHELLGUID)
30
31
Note: See TracBrowser for help on using the repository browser.