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
092af1be
Commit
092af1be
authored
Dec 09, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gameux: Add a typelib resource.
parent
69f58161
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
3 deletions
+30
-3
.gitignore
.gitignore
+1
-0
Makefile.in
dlls/gameux/Makefile.in
+3
-1
gameux_tlb.idl
dlls/gameux/gameux_tlb.idl
+21
-0
rsrc.rc
dlls/gameux/rsrc.rc
+4
-1
gameux.idl
include/gameux.idl
+1
-1
No files found.
.gitignore
View file @
092af1be
...
...
@@ -50,6 +50,7 @@ dlls/d3dcompiler_43/asmshader.yy.c
dlls/dispex/disp_ex.h
dlls/dispex/disp_ex_p.c
dlls/dxdiagn/fil_data.h
dlls/gameux/gameux_tlb.tlb
dlls/infosoft/infosoft.h
dlls/jscript/jsglobal.tlb
dlls/jscript/parser.tab.c
...
...
dlls/gameux/Makefile.in
View file @
092af1be
...
...
@@ -9,6 +9,8 @@ C_SRCS = \
main.c
\
regsvr.c
RC_SRCS
=
version.rc
IDL_TLB_SRCS
=
gameux_tlb.idl
RC_SRCS
=
rsrc.rc
@MAKE_DLL_RULES@
dlls/gameux/gameux_tlb.idl
0 → 100644
View file @
092af1be
/*
*
Typelib
for
gameux
*
*
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
"gameux.idl"
dlls/gameux/
version
.rc
→
dlls/gameux/
rsrc
.rc
View file @
092af1be
/*
*
Gameux library version resource
*
Gameux library resources
*
* Copyright (C) 2010 Mariusz Pluciński
*
...
...
@@ -18,6 +18,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
/* @makedep: gameux_tlb.tlb */
1 TYPELIB gameux_tlb.tlb
#define WINE_FILEDESCRIPTION_STR "Wine Games Explorer"
#define WINE_FILENAME_STR "gameux.dll"
#define WINE_FILEVERSION 6,1,7600,16385
...
...
include/gameux.idl
View file @
092af1be
...
...
@@ -24,7 +24,7 @@ import "ocidl.idl";
import
"shobjidl.idl"
;
[
uuid
(
1
DE6CE3D
-
EA69
-
4671
-
941
F
-
26
F789F39C5B
),
uuid
(
4
F48A59C
-942D-4
F3C
-
83
C9
-
4
EFFE84E4959
),
version
(
1.0
),
helpstring
(
"gameux public 1.0 Type Library"
)
]
...
...
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