Changeset 5598 for trunk/include/win/ole.h
- Timestamp:
- Apr 26, 2001, 9:23:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/ole.h
r4834 r5598 1 /* $Id: ole.h,v 1. 5 2000-12-24 12:28:19sandervl Exp $ */1 /* $Id: ole.h,v 1.6 2001-04-26 19:23:31 sandervl Exp $ */ 2 2 /* 3 3 * ole.h - Declarations for OLESVR and OLECLI … … 286 286 /* com functions */ 287 287 void WINAPI CoFreeUnusedLibraries(void); 288 HINSTANCE WINAPI CoLoadLibrary(LP STR lpszLibName, BOOL bAutoFree);288 HINSTANCE WINAPI CoLoadLibrary(LPOLESTR lpszLibName, BOOL bAutoFree); 289 289 void WINAPI CoFreeUnusedLibraries(void); 290 290 void WINAPI CoFreeAllLibraries(void);
Note:
See TracChangeset
for help on using the changeset viewer.