Ignore:
Timestamp:
Apr 28, 2001, 3:33:49 PM (24 years ago)
Author:
sandervl
Message:

resync with latest wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/shell32/memorystream.c

    r4121 r5618  
    1 /* $Id: memorystream.c,v 1.1 2000-08-30 13:52:52 sandervl Exp $ */
    21/*
    32 *      this class implements a pure IStream object
     
    109 *      access in a IStream to.
    1110 */
    12 #ifdef __WIN32OS2__
    13 #define ICOM_CINTERFACE 1
    14 #include <odin.h>
    15 #endif
    1611
    1712#include <string.h>
    1813
    19 #include "wine/obj_storage.h"
     14#include "winbase.h"
     15#include "winerror.h"
     16#include "shlobj.h"
     17#include "debugtools.h"
    2018#include "heap.h"
    21 #include "winerror.h"
    22 #include "debugtools.h"
    2319#include "shell32_main.h"
    2420
    25 DEFAULT_DEBUG_CHANNEL(shell)
     21DEFAULT_DEBUG_CHANNEL(shell);
    2622
    2723static HRESULT WINAPI IStream_fnQueryInterface(IStream *iface, REFIID riid, LPVOID *ppvObj);
Note: See TracChangeset for help on using the changeset viewer.