Ignore:
Timestamp:
Feb 15, 2002, 6:18:52 PM (24 years ago)
Author:
sandervl
Message:

Wine 20020215 resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/errorinfo.c

    r6711 r7926  
    1010
    1111#include <string.h>
    12 #include "debugtools.h"
     12
    1313#include "windef.h"
    14 #include "heap.h"
     14#include "winbase.h"
     15#include "oleauto.h"
    1516#include "winerror.h"
    16 #include "thread.h"
    17 #include "debugtools.h"
     17
    1818#include "wine/obj_base.h"
    1919#include "wine/obj_oleaut.h"
    2020#include "wine/obj_errorinfo.h"
    2121#include "wine/unicode.h"
     22#include "thread.h"
     23
     24#include "debugtools.h"
    2225
    2326DEFAULT_DEBUG_CHANNEL(ole);
     
    4144    /*
    4245     * Allocate a new buffer to hold the string.
    43      * dont't forget to keep an empty spot at the begining of the
     46     * dont't forget to keep an empty spot at the beginning of the
    4447     * buffer for the character count and an extra character at the
    45      * end for the NULL.
     48     * end for the '\0'.
    4649     */
    4750    newBuffer = (DWORD*)HeapAlloc(GetProcessHeap(),
     
    448451};
    449452/***********************************************************************
    450  *              CreateErrorInfo
     453 *              CreateErrorInfo (OLE32.192)
    451454 */
    452455HRESULT WINAPI CreateErrorInfo(ICreateErrorInfo **pperrinfo)
     
    464467
    465468/***********************************************************************
    466  *              GetErrorInfo
     469 *              GetErrorInfo (OLE32.196)
    467470 */
    468471HRESULT WINAPI GetErrorInfo(ULONG dwReserved, IErrorInfo **pperrinfo)
     
    479482
    480483/***********************************************************************
    481  *              SetErrorInfo
     484 *              SetErrorInfo (OLE32.255)
    482485 */
    483486HRESULT WINAPI SetErrorInfo(ULONG dwReserved, IErrorInfo *perrinfo)
Note: See TracChangeset for help on using the changeset viewer.