reactos/dll/win32/olepro32
Hermès Bélusca-Maïto 840ea98cba Synchronize with trunk r58457.
svn path=/branches/ros-csrss/; revision=58458
2013-03-10 01:01:36 +00:00
..
CMakeLists.txt
olepro32.spec
olepro32stubs.c
README Create a branch for working on csrss and co. 2012-10-14 13:04:31 +00:00
version.rc

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.