Ignore:
Timestamp:
Sep 8, 1999, 12:34:32 PM (26 years ago)
Author:
phaller
Message:

Fix: exported CLSIDFromStringA as replacement for CLSIDFromString16

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_base.h

    r856 r869  
    1 /* $Id: obj_base.h,v 1.10 1999-09-07 17:54:57 phaller Exp $ */
     1/* $Id: obj_base.h,v 1.11 1999-09-08 10:34:32 phaller Exp $ */
    22/*
    33 * This file defines the macros and types necessary to define COM interfaces,
     
    6060HRESULT WINAPI CLSIDFromString16(LPCOLESTR16, CLSID *);
    6161HRESULT WINAPI CLSIDFromString(LPCOLESTR, CLSID *);
     62HRESULT WINAPI CLSIDFromStringA(LPSTR, CLSID *);
    6263
    6364HRESULT WINAPI CLSIDFromProgID16(LPCOLESTR16 progid, LPCLSID riid);
Note: See TracChangeset for help on using the changeset viewer.