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
4fbafc16
Commit
4fbafc16
authored
Apr 06, 2004
by
James Perry
Committed by
Alexandre Julliard
Apr 06, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make dinput.dll self register.
parent
92b48ba8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
22 deletions
+4
-22
Makefile.in
dlls/dinput/Makefile.in
+3
-2
dinput_main.c
dlls/dinput/dinput_main.c
+0
-20
regsvr.c
dlls/dinput/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/dinput/Makefile.in
View file @
4fbafc16
...
...
@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
dinput.dll
IMPORTS
=
user
32 kernel32
IMPORTS
=
ole32 user32 advapi
32 kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
...
...
@@ -12,7 +12,8 @@ C_SRCS = \
joystick_linux.c
\
joystick_linuxinput.c
\
keyboard.c
\
mouse.c
mouse.c
\
regsvr.c
RC_SRCS
=
version.rc
...
...
dlls/dinput/dinput_main.c
View file @
4fbafc16
...
...
@@ -658,23 +658,3 @@ HRESULT WINAPI DINPUT_DllGetClassObject(REFCLSID rclsid, REFIID riid,
FIXME
(
"(%p,%p,%p): no interface found.
\n
"
,
debugstr_guid
(
rclsid
),
debugstr_guid
(
riid
),
ppv
);
return
CLASS_E_CLASSNOTAVAILABLE
;
}
/***********************************************************************
* DllRegisterServer (DINPUT.@)
*/
HRESULT
WINAPI
DINPUT_DllRegisterServer
(
void
)
{
FIXME
(
"(void): stub
\n
"
);
return
S_OK
;
}
/***********************************************************************
* DllUnregisterServer (DINPUT.@)
*/
HRESULT
WINAPI
DINPUT_DllUnregisterServer
(
void
)
{
FIXME
(
"(void): stub
\n
"
);
return
S_OK
;
}
dlls/dinput/regsvr.c
0 → 100644
View file @
4fbafc16
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
4fbafc16
...
...
@@ -1995,6 +1995,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,comcat.dll,1
11,,ddraw.dll,1
11,,devenum.dll,1
11,,dinput.dll,1
11,,dmband.dll,1
11,,dmcompos.dll,1
11,,dmime.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