Commit 3de15569 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Use proper dllimports for OLE functions.

parent 9fc9c91b
EXTRADEFS = -DWINOLE32API=
MODULE = combase.dll
IMPORTLIB = combase
IMPORTS = advapi32 ole32 user32 gdi32 uuid rpcrt4
......
......@@ -19,6 +19,7 @@
*/
#define COBJMACROS
#define WINOLEAUTAPI
#include "oleauto.h"
......
EXTRADEFS = -D_OLE32_
MODULE = ole32.dll
IMPORTLIB = ole32
IMPORTS = uuid advapi32 user32 gdi32 combase rpcrt4 kernelbase
......
EXTRADEFS = -D_OLEAUT32_
MODULE = oleaut32.dll
IMPORTLIB = oleaut32
IMPORTS = uuid ole32 rpcrt4 user32 gdi32 advapi32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment