atl: Moved atlbase.h to public includes.

oldstable
Jacek Caban 2012-11-21 11:10:28 +01:00 committed by Alexandre Julliard
parent 0c8e91af51
commit 7f98899bba
2 changed files with 2 additions and 3 deletions

View File

@ -141,6 +141,7 @@ SRCDIR_INCLUDES = \
appmgmt.h \
asynot.idl \
asysta.idl \
atlbase.h \
audevcod.h \
audiosessiontypes.h \
aviriff.h \

View File

@ -21,9 +21,7 @@
#ifndef __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_CREATORARGFUNC)(void* pv, REFIID riid, LPVOID* ppv, DWORD dw);