Changeset 5618 for trunk/src/shell32/memorystream.c
- Timestamp:
- Apr 28, 2001, 3:33:49 PM (24 years ago)
- 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 $ */2 1 /* 3 2 * this class implements a pure IStream object … … 10 9 * access in a IStream to. 11 10 */ 12 #ifdef __WIN32OS2__13 #define ICOM_CINTERFACE 114 #include <odin.h>15 #endif16 11 17 12 #include <string.h> 18 13 19 #include "wine/obj_storage.h" 14 #include "winbase.h" 15 #include "winerror.h" 16 #include "shlobj.h" 17 #include "debugtools.h" 20 18 #include "heap.h" 21 #include "winerror.h"22 #include "debugtools.h"23 19 #include "shell32_main.h" 24 20 25 DEFAULT_DEBUG_CHANNEL(shell) 21 DEFAULT_DEBUG_CHANNEL(shell); 26 22 27 23 static HRESULT WINAPI IStream_fnQueryInterface(IStream *iface, REFIID riid, LPVOID *ppvObj);
Note:
See TracChangeset
for help on using the changeset viewer.