mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
![]() - rewrite spec2def macro because 1. cmake gracefully handles def files as source files 2. cmake gracefully handles autogenerated files as source 3. it did not take into account the fact that all shared libraries haven't the .dll extension svn path=/branches/cmake-bringup/; revision=49358 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
olepro32.spec | ||
olepro32stubs.c | ||
README | ||
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.