wine-wine/dlls/olepro32
Alexandre Julliard 74af67ef42 Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00
..
.cvsignore OLEPRO32 stubs. 2000-02-07 16:26:56 +00:00
Makefile.in Added imports of user32/gdi32/kernel32 wherever necessary. 2000-08-03 00:04:24 +00:00
README OLEPRO32 stubs. 2000-02-07 16:26:56 +00:00
olepro32.spec Set the base for the ordinals of olepro32 to 248. 2000-06-14 21:15:22 +00:00
olepro32stubs.c Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h. 2000-09-26 00:00:55 +00:00

README

29Nov99
Sean Langley 

This library (OLEPRO32.DLL) is basically a sub-set of what is in OLEAUT32.DLL.
The main difference under Win32 is that OLEPRO32.DLL can be used
as a type library.  There are two functions in this DLL which are already 
implemented in Wine.  They are OleCreateFontIndirect, and OleTranslateColor.
The spec file for both of these functions points to the functions in the
OLEAUT32.DLL.