reactos/dll/win32/olepro32
Amine Khaldi 9a1ab426cf [CMAKE]
- Rename netevent.mc to neteventmsg.mc
- Add some missing win32 dlls. By Alexey Komarov.

svn path=/branches/cmake-bringup/; revision=49023
2010-10-06 18:57:42 +00:00
..
CMakeLists.txt [CMAKE] 2010-10-06 18:57:42 +00:00
olepro32.spec Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
olepro32stubs.c Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
README Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00
version.rc Create a branch for cmake bringup. 2010-07-24 18:52:44 +00:00

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.