Changeset 5026 for trunk/src


Ignore:
Timestamp:
Jan 25, 2001, 9:17:26 PM (25 years ago)
Author:
sandervl
Message:

Wine resync

Location:
trunk/src/ole32
Files:
4 added
4 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole32.h

    r4838 r5026  
    1 /* $Id: ole32.h,v 1.13 2000-12-24 14:41:15 sandervl Exp $ */
     1/* $Id: ole32.h,v 1.14 2001-01-25 20:17:23 sandervl Exp $ */
    22/*
    33 *
     
    3333#undef CALLCONV
    3434
     35#ifdef __cplusplus
    3536#include <os2win.h>
     37#endif
    3638#include <ole2ver.h>
    3739#include <ole.h>
  • trunk/src/ole32/ole32.mak

    r4717 r5026  
    1 # $Id: ole32.mak,v 1.3 2000-12-02 23:40:43 bird Exp $
     1# $Id: ole32.mak,v 1.4 2001-01-25 20:17:23 sandervl Exp $
    22
    33#
     
    5050$(OBJDIR)\stg_bigblockfile.obj \
    5151$(OBJDIR)\stg_stream.obj \
    52 $(OBJDIR)\storage.obj \
     52$(OBJDIR)\storage32.obj \
    5353$(OBJDIR)\stubs.obj \
    5454$(OBJDIR)\taskmem.obj \
  • trunk/src/ole32/oleClip.cpp

    r4685 r5026  
    1 /* $Id: oleClip.cpp,v 1.5 2000-11-24 10:29:40 sandervl Exp $ */
     1/* $Id: oleClip.cpp,v 1.6 2001-01-25 20:17:23 sandervl Exp $ */
    22/*
    33 *
     
    6060#include "oString.h"
    6161#include "heapstring.h"
    62 #include "storage.h"
     62#include "storage32.h"
    6363#include <assert.h>
    6464
     
    10101010
    10111011        lstrcpyWtoA(strOleTypeName, strProgID);
    1012         OLECONVERT_CreateEmbeddedOleStream(std.u.pstg);
     1012        OLECONVERT_CreateOleStream(std.u.pstg);
    10131013        OLECONVERT_CreateCompObjStream(std.u.pstg, strOleTypeName);
    10141014      }
  • trunk/src/ole32/oleMenu.cpp

    r4274 r5026  
    1 /* $Id: oleMenu.cpp,v 1.3 2000-09-17 10:31:06 davidr Exp $ */
     1/* $Id: oleMenu.cpp,v 1.4 2001-01-25 20:17:24 sandervl Exp $ */
    22/*
    33 *
     
    2222#include "oString.h"
    2323#include <assert.h>
     24#include "storage32.h"
    2425
    2526// ======================================================================
Note: See TracChangeset for help on using the changeset viewer.