Commit 7f98899b authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

atl: Moved atlbase.h to public includes.

parent 0c8e91af
...@@ -141,6 +141,7 @@ SRCDIR_INCLUDES = \ ...@@ -141,6 +141,7 @@ SRCDIR_INCLUDES = \
appmgmt.h \ appmgmt.h \
asynot.idl \ asynot.idl \
asysta.idl \ asysta.idl \
atlbase.h \
audevcod.h \ audevcod.h \
audiosessiontypes.h \ audiosessiontypes.h \
aviriff.h \ aviriff.h \
......
...@@ -21,9 +21,7 @@ ...@@ -21,9 +21,7 @@
#ifndef __WINE_ATLBASE_H__ #ifndef __WINE_ATLBASE_H__
#define __WINE_ATLBASE_H__ #define __WINE_ATLBASE_H__
#define COBJMACROS #include <atliface.h>
#include "atliface.h"
typedef HRESULT (WINAPI _ATL_CREATORFUNC)(void* pv, REFIID riid, LPVOID* ppv); typedef HRESULT (WINAPI _ATL_CREATORFUNC)(void* pv, REFIID riid, LPVOID* ppv);
typedef HRESULT (WINAPI _ATL_CREATORARGFUNC)(void* pv, REFIID riid, LPVOID* ppv, DWORD dw); typedef HRESULT (WINAPI _ATL_CREATORARGFUNC)(void* pv, REFIID riid, LPVOID* ppv, DWORD dw);
......
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