Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
fe5ea9f0
Commit
fe5ea9f0
authored
Mar 11, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Mar 11, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Added activaut.idl.
parent
7ba25f0b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
.gitignore
.gitignore
+1
-0
uuid.c
dlls/uuid/uuid.c
+1
-0
Makefile.in
include/Makefile.in
+1
-0
activaut.idl
include/activaut.idl
+29
-0
No files found.
.gitignore
View file @
fe5ea9f0
...
@@ -590,6 +590,7 @@ dlls/ws2_32/version.res
...
@@ -590,6 +590,7 @@ dlls/ws2_32/version.res
dlls/wsock32/libwsock32.def
dlls/wsock32/libwsock32.def
dlls/wsock32/version.res
dlls/wsock32/version.res
dlls/wtsapi32/libwtsapi32.def
dlls/wtsapi32/libwtsapi32.def
include/activaut.h
include/activscp.h
include/activscp.h
include/amstream.h
include/amstream.h
include/amvideo.h
include/amvideo.h
...
...
dlls/uuid/uuid.c
View file @
fe5ea9f0
...
@@ -50,6 +50,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
...
@@ -50,6 +50,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
#include "shldisp.h"
#include "shldisp.h"
#include "comcat.h"
#include "comcat.h"
#include "urlmon.h"
#include "urlmon.h"
#include "activaut.h"
#include "activscp.h"
#include "activscp.h"
#include "dispex.h"
#include "dispex.h"
#include "mlang.h"
#include "mlang.h"
...
...
include/Makefile.in
View file @
fe5ea9f0
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
none
MODULE
=
none
IDL_H_SRCS
=
\
IDL_H_SRCS
=
\
activaut.idl
\
activscp.idl
\
activscp.idl
\
amstream.idl
\
amstream.idl
\
amvideo.idl
\
amvideo.idl
\
...
...
include/activaut.idl
0 → 100644
View file @
fe5ea9f0
/*
*
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"
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment