include: Added activaut.idl.
This commit is contained in:
parent
7ba25f0b22
commit
fe5ea9f006
|
@ -590,6 +590,7 @@ dlls/ws2_32/version.res
|
|||
dlls/wsock32/libwsock32.def
|
||||
dlls/wsock32/version.res
|
||||
dlls/wtsapi32/libwtsapi32.def
|
||||
include/activaut.h
|
||||
include/activscp.h
|
||||
include/amstream.h
|
||||
include/amvideo.h
|
||||
|
|
|
@ -50,6 +50,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
|
|||
#include "shldisp.h"
|
||||
#include "comcat.h"
|
||||
#include "urlmon.h"
|
||||
#include "activaut.h"
|
||||
#include "activscp.h"
|
||||
#include "dispex.h"
|
||||
#include "mlang.h"
|
||||
|
|
|
@ -5,6 +5,7 @@ VPATH = @srcdir@
|
|||
MODULE = none
|
||||
|
||||
IDL_H_SRCS = \
|
||||
activaut.idl \
|
||||
activscp.idl \
|
||||
amstream.idl \
|
||||
amvideo.idl \
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* Copyright 2008 Jacek Caban for CodeWeavers
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
#ifndef DO_NO_IMPORTS
|
||||
import "ocidl.idl";
|
||||
import "oleidl.idl";
|
||||
import "oaidl.idl";
|
||||
#endif
|
||||
|
||||
cpp_quote("#ifndef _NO_AUTHOR_GUIDS")
|
||||
|
||||
cpp_quote("DEFINE_GUID(CATID_ActiveScriptAuthor, 0xaee2a92,0xbcbb,0x11d0,0x8c,0x72,0x0,0xc0,0x4f,0xc2,0xb0,0x85);")
|
||||
|
||||
cpp_quote("#endif")
|
Loading…
Reference in New Issue