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
ee6bee6a
Commit
ee6bee6a
authored
Jan 28, 2022
by
Esme Povirk
Committed by
Alexandre Julliard
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
diasymreader: Add stub dll.
Signed-off-by:
Esme Povirk
<
esme@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c396a784
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
0 deletions
+16
-0
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
Makefile.in
dlls/diasymreader/Makefile.in
+3
-0
diasymreader.spec
dlls/diasymreader/diasymreader.spec
+8
-0
wine.inf.in
loader/wine.inf.in
+2
-0
No files found.
configure
View file @
ee6bee6a
...
@@ -1294,6 +1294,7 @@ enable_devenum
...
@@ -1294,6 +1294,7 @@ enable_devenum
enable_dhcpcsvc
enable_dhcpcsvc
enable_dhcpcsvc6
enable_dhcpcsvc6
enable_dhtmled_ocx
enable_dhtmled_ocx
enable_diasymreader
enable_difxapi
enable_difxapi
enable_dinput
enable_dinput
enable_dinput8
enable_dinput8
...
@@ -21842,6 +21843,7 @@ wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
...
@@ -21842,6 +21843,7 @@ wine_fn_config_makefile dlls/dhcpcsvc enable_dhcpcsvc
wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
wine_fn_config_makefile dlls/dhcpcsvc/tests enable_tests
wine_fn_config_makefile dlls/dhcpcsvc6 enable_dhcpcsvc6
wine_fn_config_makefile dlls/dhcpcsvc6 enable_dhcpcsvc6
wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
wine_fn_config_makefile dlls/dhtmled.ocx enable_dhtmled_ocx
wine_fn_config_makefile dlls/diasymreader enable_diasymreader
wine_fn_config_makefile dlls/difxapi enable_difxapi
wine_fn_config_makefile dlls/difxapi enable_difxapi
wine_fn_config_makefile dlls/dinput enable_dinput
wine_fn_config_makefile dlls/dinput enable_dinput
wine_fn_config_makefile dlls/dinput/tests enable_tests
wine_fn_config_makefile dlls/dinput/tests enable_tests
...
...
configure.ac
View file @
ee6bee6a
...
@@ -2738,6 +2738,7 @@ WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc)
...
@@ -2738,6 +2738,7 @@ WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc)
WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc/tests)
WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc/tests)
WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc6)
WINE_CONFIG_MAKEFILE(dlls/dhcpcsvc6)
WINE_CONFIG_MAKEFILE(dlls/dhtmled.ocx)
WINE_CONFIG_MAKEFILE(dlls/dhtmled.ocx)
WINE_CONFIG_MAKEFILE(dlls/diasymreader)
WINE_CONFIG_MAKEFILE(dlls/difxapi)
WINE_CONFIG_MAKEFILE(dlls/difxapi)
WINE_CONFIG_MAKEFILE(dlls/dinput)
WINE_CONFIG_MAKEFILE(dlls/dinput)
WINE_CONFIG_MAKEFILE(dlls/dinput/tests)
WINE_CONFIG_MAKEFILE(dlls/dinput/tests)
...
...
dlls/diasymreader/Makefile.in
0 → 100644
View file @
ee6bee6a
MODULE
=
diasymreader.dll
EXTRADLLFLAGS
=
-Wb
,--prefer-native
dlls/diasymreader/diasymreader.spec
0 → 100644
View file @
ee6bee6a
@ stub CreateNGenPdbWriter
@ stub DllCanUnloadNow
@ stub DllGetClassObject
@ stub DllGetClassObjectInternal
@ stub DllRegisterServer
@ stub DllUnregisterServer
@ stub VSDllRegisterServer
@ stub VSDllUnregisterServer
loader/wine.inf.in
View file @
ee6bee6a
...
@@ -2635,6 +2635,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
...
@@ -2635,6 +2635,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,aspnet_regiis.exe,-
11,,aspnet_regiis.exe,-
11,,ngen.exe,-
11,,ngen.exe,-
11,,fusion.dll,-
11,,fusion.dll,-
11,,diasymreader.dll,-
11,,mscorwks.dll,-
11,,mscorwks.dll,-
11,,regsvcs.exe,-
11,,regsvcs.exe,-
11,,regasm.exe,-
11,,regasm.exe,-
...
@@ -2689,6 +2690,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
...
@@ -2689,6 +2690,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,aspnet_regiis.exe,-
11,,aspnet_regiis.exe,-
11,,ngen.exe,-
11,,ngen.exe,-
11,,fusion.dll,-
11,,fusion.dll,-
11,,diasymreader.dll,-
11,,mscorwks.dll,-
11,,mscorwks.dll,-
11,,regsvcs.exe,-
11,,regsvcs.exe,-
11,,regasm.exe,-
11,,regasm.exe,-
...
...
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