Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
2f0371e8
Commit
2f0371e8
authored
Dec 09, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wuapi: Add a typelib resource.
parent
500c47cc
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
59 additions
and
0 deletions
+59
-0
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/wuapi/Makefile.in
+4
-0
rsrc.rc
dlls/wuapi/rsrc.rc
+22
-0
wuapi_tlb.idl
dlls/wuapi/wuapi_tlb.idl
+21
-0
wuapi.idl
include/wuapi.idl
+11
-0
No files found.
.gitignore
View file @
2f0371e8
...
...
@@ -145,6 +145,7 @@ dlls/urlmon/urlmon_urlmon.h
dlls/urlmon/urlmon_urlmon_p.c
dlls/windowscodecs/windowscodecs_wincodec.h
dlls/windowscodecs/windowscodecs_wincodec_p.c
dlls/wuapi/wuapi_tlb.tlb
include/activaut.h
include/activdbg.h
include/activscp.h
...
...
dlls/wuapi/Makefile.in
View file @
2f0371e8
...
...
@@ -11,4 +11,8 @@ C_SRCS = \
session.c
\
updates.c
IDL_TLB_SRCS
=
wuapi_tlb.idl
RC_SRCS
=
rsrc.rc
@MAKE_DLL_RULES@
dlls/wuapi/rsrc.rc
0 → 100644
View file @
2f0371e8
/*
* Resources for wuapi
*
* Copyright 2010 Alexandre Julliard
*
* 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
*/
/* @makedep: wuapi_tlb.tlb */
1 TYPELIB wuapi_tlb.tlb
dlls/wuapi/wuapi_tlb.idl
0 → 100644
View file @
2f0371e8
/*
*
Typelib
for
wuapi
*
*
Copyright
2010
Alexandre
Julliard
*
*
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
*/
#
include
"wuapi.idl"
include/wuapi.idl
View file @
2f0371e8
...
...
@@ -21,6 +21,15 @@ cpp_quote("DEFINE_GUID(CLSID_UpdateSession, 0x4cb43d7f,0x7eee,0x4906,0x86,0x98,0
import
"oaidl.idl"
;
[
helpstring
(
"WUAPI 2.0 Type Library"
),
uuid
(
b596cc9f
-
56
e5
-
419
e
-
a622
-
e01bb457431e
),
version
(
2.0
)
]
library
WUApiLib
{
importlib
(
"stdole2.tlb"
)
;
interface
ICategoryCollection
;
interface
IStringCollection
;
interface
IUpdateCollection
;
...
...
@@ -1287,3 +1296,5 @@ interface IUpdateInstaller : IDispatch
HRESULT
RebootRequiredBeforeInstallation
(
[
out
,
retval
]
VARIANT_BOOL
*
retval
)
;
}
}
/*
WUApiLib
*/
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