Ignore:
Timestamp:
Sep 7, 1999, 9:34:30 PM (26 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/new/shellguid.cpp

    r791 r860  
    77 *
    88 */
     9#include <odin.h>
     10
     11#define ICOM_CINTERFACE 1
     12#define CINTERFACE 1
    913#define INITGUID
    1014
    11 /* #include "shlguid.h" */
     15#include <os2win.h>
     16#include <shlguid.h>
     17#include <wine/obj_oleview.h>
     18#include <wine/obj_dragdrop.h>
     19#include <wine/obj_inplace.h>
     20#include <wine/obj_control.h>
     21#include <wine/obj_shellfolder.h>
     22#include <wine/obj_shelllink.h>
     23#include <wine/obj_contextmenu.h>
     24#include <wine/obj_commdlgbrowser.h>
     25#include <wine/obj_extracticon.h>
     26#include <wine/obj_shellextinit.h>
     27//#include <docobj.h>
    1228
    1329/*
    14  * Francis Beaudet <francis@macadamian.com> 
     30 * Francis Beaudet <francis@macadamian.com>
    1531 *
    1632 * I moved the contents of this file to the ole/guid.c file.
Note: See TracChangeset for help on using the changeset viewer.