atl: Move atliface.idl to the global includes.

This commit is contained in:
Alexandre Julliard 2010-11-12 11:47:19 +01:00
parent a4a60568a4
commit 32ad286d06
4 changed files with 3 additions and 5 deletions

2
.gitignore vendored
View File

@ -43,7 +43,6 @@ dlls/actxprxy/actxprxy_urlhist.h
dlls/actxprxy/actxprxy_urlhist_p.c dlls/actxprxy/actxprxy_urlhist_p.c
dlls/advapi32/svcctl.h dlls/advapi32/svcctl.h
dlls/advapi32/svcctl_c.c dlls/advapi32/svcctl_c.c
dlls/atl/atliface.h
dlls/d3dcompiler_43/asmshader.tab.c dlls/d3dcompiler_43/asmshader.tab.c
dlls/d3dcompiler_43/asmshader.tab.h dlls/d3dcompiler_43/asmshader.tab.h
dlls/d3dcompiler_43/asmshader.yy.c dlls/d3dcompiler_43/asmshader.yy.c
@ -150,6 +149,7 @@ include/activscp.h
include/amstream.h include/amstream.h
include/amvideo.h include/amvideo.h
include/asptlb.h include/asptlb.h
include/atliface.h
include/audioclient.h include/audioclient.h
include/audiopolicy.h include/audiopolicy.h
include/austream.h include/austream.h

View File

@ -9,7 +9,4 @@ C_SRCS = \
RC_SRCS = rsrc.rc RC_SRCS = rsrc.rc
IDL_H_SRCS = \
atliface.idl
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@

View File

@ -9,6 +9,7 @@ PUBLIC_IDL_H_SRCS = \
amstream.idl \ amstream.idl \
amvideo.idl \ amvideo.idl \
asptlb.idl \ asptlb.idl \
atliface.idl \
audioclient.idl \ audioclient.idl \
audiopolicy.idl \ audiopolicy.idl \
austream.idl \ austream.idl \

View File

@ -19,7 +19,7 @@
import "ocidl.idl"; import "ocidl.idl";
cpp_quote("#ifdef ATL_INITGUID") cpp_quote("#ifdef ATL_INITGUID")
cpp_quote("#include \"initguid.h\"") cpp_quote("#include <initguid.h>")
cpp_quote("#endif") cpp_quote("#endif")
[ [