Changeset 1546 for trunk/include/win/wine/obj_base.h
- Timestamp:
- Nov 2, 1999, 8:06:43 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_base.h
r870 r1546 1 /* $Id: obj_base.h,v 1.1 2 1999-09-08 10:35:41 phallerExp $ */1 /* $Id: obj_base.h,v 1.13 1999-11-02 19:06:43 sandervl Exp $ */ 2 2 /* 3 3 * This file defines the macros and types necessary to define COM interfaces, … … 868 868 */ 869 869 #ifdef __WINE__ 870 HRESULT WIN 32API WINE_StringFromCLSID(const CLSID *id, LPSTR);870 HRESULT WINAPI WINE_StringFromCLSID(const CLSID *id, LPSTR); 871 871 #endif 872 872
Note:
See TracChangeset
for help on using the changeset viewer.