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
168b3001
Commit
168b3001
authored
Jan 05, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dinput8: Self-register the DirectInput8 CoClass.
parent
bf527446
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
24 deletions
+3
-24
Makefile.in
dlls/dinput8/Makefile.in
+2
-1
dinput8_main.c
dlls/dinput8/dinput8_main.c
+0
-20
regsvr.c
dlls/dinput8/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-3
No files found.
dlls/dinput8/Makefile.in
View file @
168b3001
...
...
@@ -8,7 +8,8 @@ IMPORTS = dinput ole32 advapi32 kernel32
EXTRALIBS
=
-luuid
-ldxguid
C_SRCS
=
\
dinput8_main.c
dinput8_main.c
\
regsvr.c
RC_SRCS
=
version.rc
...
...
dlls/dinput8/dinput8_main.c
View file @
168b3001
...
...
@@ -167,23 +167,3 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
FIXME
(
"(%s,%s,%p): no interface found.
\n
"
,
debugstr_guid
(
rclsid
),
debugstr_guid
(
riid
),
ppv
);
return
CLASS_E_CLASSNOTAVAILABLE
;
}
/***********************************************************************
* DllRegisterServer (DINPUT8.@)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
FIXME
(
"(void): stub
\n
"
);
return
S_OK
;
}
/***********************************************************************
* DllUnregisterServer (DINPUT8.@)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
FIXME
(
"(void): stub
\n
"
);
return
S_OK
;
}
dlls/dinput8/regsvr.c
0 → 100644
View file @
168b3001
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
168b3001
...
...
@@ -134,9 +134,6 @@ HKCR,AVIFile\Extensions\AVI,,,"{00020000-0000-0000-C000-000000000046}"
HKCR,AVIFile\Extensions\WAV,,,"{00020003-0000-0000-C000-000000000046}"
HKCR,AVIFile\RIFFHandlers\AVI,,,"{00020000-0000-0000-C000-000000000046}"
HKCR,AVIFile\RIFFHandlers\WAVE,,,"{00020003-0000-0000-C000-000000000046}"
HKCR,CLSID\{25E609E4-B259-11CF-BFC7-444553540000},,,"DirectInput8 Object"
HKCR,CLSID\{25E609E4-B259-11CF-BFC7-444553540000}\InProcServer32,,,"dinput8.dll"
HKCR,CLSID\{25E609E4-B259-11CF-BFC7-444553540000}\InProcServer32,ThreadingModel,,"Both"
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
...
...
@@ -2110,6 +2107,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,ddraw.dll,1
11,,devenum.dll,1
11,,dinput.dll,1
11,,dinput8.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