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/advapi32/svcctl.h
dlls/advapi32/svcctl_c.c
dlls/atl/atliface.h
dlls/d3dcompiler_43/asmshader.tab.c
dlls/d3dcompiler_43/asmshader.tab.h
dlls/d3dcompiler_43/asmshader.yy.c
@ -150,6 +149,7 @@ include/activscp.h
include/amstream.h
include/amvideo.h
include/asptlb.h
include/atliface.h
include/audioclient.h
include/audiopolicy.h
include/austream.h

View file

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

View file

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

View file

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