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
c8861296
Commit
c8861296
authored
Jul 23, 2010
by
Mariusz Pluciński
Committed by
Alexandre Julliard
Jul 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gameux: Add interface registration routines.
parent
de239b7a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
Makefile.in
dlls/gameux/Makefile.in
+3
-2
gameux.spec
dlls/gameux/gameux.spec
+2
-2
regsvr.c
dlls/gameux/regsvr.c
+0
-0
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/gameux/Makefile.in
View file @
c8861296
...
...
@@ -4,12 +4,13 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
gameux.dll
IMPORTS
=
uuid
IMPORTS
=
uuid
ole32 user32 advapi32
C_SRCS
=
\
factory.c
\
gameexplorer.c
\
main.c
main.c
\
regsvr.c
RC_SRCS
=
version.rc
...
...
dlls/gameux/gameux.spec
View file @
c8861296
@ stub GameUxShimW
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ st
ub DllRegisterServer
@ st
ub DllUnregisterServer
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
dlls/gameux/regsvr.c
0 → 100644
View file @
c8861296
This diff is collapsed.
Click to expand it.
tools/wine.inf.in
View file @
c8861296
...
...
@@ -2505,6 +2505,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dsound.dll,1
11,,dswave.dll,1
11,,dxdiagn.dll,1
11,,gameux.dll,1
11,,hhctrl.ocx,1
11,,hlink.dll,1
11,,hnetcfg.dll,1
...
...
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