push 955563f995be8b0942dbb757ceb5b3a4c8ccafbf
[wine/hacks.git] / dlls / olepro32 / README
blob1c505f2781e0590ff0bdba646cf60245745bbfd3
1 29Nov99
2 Sean Langley 
4 This library (OLEPRO32.DLL) is basically a sub-set of what is in OLEAUT32.DLL.
5 The main difference under Win32 is that OLEPRO32.DLL can be used
6 as a type library.  There are two functions in this DLL which are already 
7 implemented in Wine.  They are OleCreateFontIndirect, and OleTranslateColor.
8 The spec file for both of these functions points to the functions in the
9 OLEAUT32.DLL.