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
4c93eb2e
Commit
4c93eb2e
authored
Jan 05, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ddrawex: Self-register the DirectDrawFactory CoClass.
parent
168b3001
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
21 deletions
+4
-21
Makefile.in
dlls/ddrawex/Makefile.in
+3
-2
main.c
dlls/ddrawex/main.c
+0
-19
regsvr.c
dlls/ddrawex/regsvr.c
+0
-0
wine.inf
tools/wine.inf
+1
-0
No files found.
dlls/ddrawex/Makefile.in
View file @
4c93eb2e
...
...
@@ -3,11 +3,12 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
ddrawex.dll
IMPORTS
=
ddraw kernel32
IMPORTS
=
ddraw
ole32 advapi32
kernel32
EXTRALIBS
=
-ldxguid
-luuid
C_SRCS
=
\
main.c
main.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/ddrawex/main.c
View file @
4c93eb2e
...
...
@@ -338,22 +338,3 @@ DllMain(HINSTANCE hInstDLL,
TRACE
(
"(%p,%x,%p)
\n
"
,
hInstDLL
,
Reason
,
lpv
);
return
TRUE
;
}
/***********************************************************************
* DllRegisterServer (DDRAWEX.@)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
FIXME
(
"stub
\n
"
);
return
E_FAIL
;
}
/***********************************************************************
* DllUnregisterServer (DDRAWEX.@)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
FIXME
(
"stub
\n
"
);
return
E_FAIL
;
}
dlls/ddrawex/regsvr.c
0 → 100644
View file @
4c93eb2e
This diff is collapsed.
Click to expand it.
tools/wine.inf
View file @
4c93eb2e
...
...
@@ -2105,6 +2105,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,comcat.dll,1
11,,d3dxof.dll,1
11,,ddraw.dll,1
11,,ddrawex.dll,1
11,,devenum.dll,1
11,,dinput.dll,1
11,,dinput8.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