Ignore:
Timestamp:
Sep 8, 1999, 12:35:41 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

    r869 r870  
    1 /* $Id: obj_base.h,v 1.11 1999-09-08 10:34:32 phaller Exp $ */
     1/* $Id: obj_base.h,v 1.12 1999-09-08 10:35:41 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 *);
    62 HRESULT WINAPI CLSIDFromStringA(LPSTR, CLSID *);
     62HRESULT WINAPI CLSIDFromStringA(LPCSTR, CLSID *);
    6363
    6464HRESULT WINAPI CLSIDFromProgID16(LPCOLESTR16 progid, LPCLSID riid);
Note: See TracChangeset for help on using the changeset viewer.