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
e5141039
Commit
e5141039
authored
Aug 06, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added imports of kernel32.dll where necessary.
parent
1d0d244e
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
59 additions
and
16 deletions
+59
-16
Makefile.in
dlls/Makefile.in
+16
-8
Makefile.in
dlls/advapi32/Makefile.in
+1
-0
advapi32.spec
dlls/advapi32/advapi32.spec
+3
-0
Makefile.in
dlls/comctl32/Makefile.in
+1
-1
comctl32.spec
dlls/comctl32/comctl32.spec
+1
-0
Makefile.in
dlls/icmp/Makefile.in
+1
-0
icmp.spec
dlls/icmp/icmp.spec
+2
-0
Makefile.in
dlls/imagehlp/Makefile.in
+1
-0
imagehlp.spec
dlls/imagehlp/imagehlp.spec
+2
-0
Makefile.in
dlls/lzexpand/Makefile.in
+1
-0
lz32.spec
dlls/lzexpand/lz32.spec
+2
-0
Makefile.in
dlls/mpr/Makefile.in
+1
-0
mpr.spec
dlls/mpr/mpr.spec
+2
-0
Makefile.in
dlls/msacm/Makefile.in
+1
-1
msacm32.spec
dlls/msacm/msacm32.spec
+1
-0
Makefile.in
dlls/richedit/Makefile.in
+1
-1
riched32.spec
dlls/richedit/riched32.spec
+1
-0
Makefile.in
dlls/serialui/Makefile.in
+1
-1
serialui.spec
dlls/serialui/serialui.spec
+2
-0
Makefile.in
dlls/setupapi/Makefile.in
+1
-0
setupapi.spec
dlls/setupapi/setupapi.spec
+2
-0
Makefile.in
dlls/winaspi/Makefile.in
+1
-0
wnaspi32.spec
dlls/winaspi/wnaspi32.spec
+2
-0
Makefile.in
dlls/wineps/Makefile.in
+1
-1
wineps.spec
dlls/wineps/wineps.spec
+1
-0
Makefile.in
dlls/wininet/Makefile.in
+1
-0
wininet.spec
dlls/wininet/wininet.spec
+2
-0
Makefile.in
dlls/winmm/Makefile.in
+1
-1
winmm.spec
dlls/winmm/winmm.spec
+1
-0
Makefile.in
dlls/winsock/Makefile.in
+1
-1
ws2_32.spec
dlls/winsock/ws2_32.spec
+1
-0
Makefile.in
dlls/winspool/Makefile.in
+1
-1
winspool.drv.spec
dlls/winspool/winspool.drv.spec
+2
-0
No files found.
dlls/Makefile.in
View file @
e5141039
...
@@ -372,8 +372,9 @@ libx11drv.@LIBEXT@: x11drv/libx11drv.@LIBEXT@
...
@@ -372,8 +372,9 @@ libx11drv.@LIBEXT@: x11drv/libx11drv.@LIBEXT@
# Inter-dll dependencies (only necessary for .so)
# Inter-dll dependencies (only necessary for .so)
advapi32/libadvapi32.so
:
libkernel32.so
avifil32/libavifil32.so
:
libmsvfw32.so libkernel32.so
avifil32/libavifil32.so
:
libmsvfw32.so libkernel32.so
comctl32/libcomctl32.so
:
libuser32.so libgdi32.so
comctl32/libcomctl32.so
:
libuser32.so libgdi32.so
libkernel32.so
commdlg/libcomdlg32.so
:
libshell32.so libshlwapi.so libcomctl32.so libuser32.so libwinspool.drv.so libgdi32.so libkernel32.so
commdlg/libcomdlg32.so
:
libshell32.so libshlwapi.so libcomctl32.so libuser32.so libwinspool.drv.so libgdi32.so libkernel32.so
crtdll/libcrtdll.so
:
libkernel32.so
crtdll/libcrtdll.so
:
libkernel32.so
ddraw/libddraw.so
:
libole32.so libuser32.so libx11drv.so libgdi32.so libkernel32.so
ddraw/libddraw.so
:
libole32.so libuser32.so libx11drv.so libgdi32.so libkernel32.so
...
@@ -382,15 +383,20 @@ dplay/libdplay.so: libdplayx.so
...
@@ -382,15 +383,20 @@ dplay/libdplay.so: libdplayx.so
dplayx/libdplayx.so
:
libole32.so libadvapi32.so libkernel32.so
dplayx/libdplayx.so
:
libole32.so libadvapi32.so libkernel32.so
dsound/libdsound.so
:
libwinmm.so libkernel32.so
dsound/libdsound.so
:
libwinmm.so libkernel32.so
gdi/libgdi32.so
:
libkernel32.so
gdi/libgdi32.so
:
libkernel32.so
msacm/libmsacm32.so
:
libwinmm.so
icmp/libicmp.so
:
libkernel32.so
imagehlp/libimagehlp.so
:
libkernel32.so
lzexpand/liblz32.so
:
libkernel32.so
mpr/libmpr.so
:
libkernel32.so
msacm/libmsacm32.so
:
libwinmm.so libkernel32.so
msvideo/libmsvfw32.so
:
libwinmm.so libuser32.so libgdi32.so libkernel32.so
msvideo/libmsvfw32.so
:
libwinmm.so libuser32.so libgdi32.so libkernel32.so
ole32/libole32.so
:
libadvapi32.so libuser32.so libgdi32.so librpcrt4.so libkernel32.so
ole32/libole32.so
:
libadvapi32.so libuser32.so libgdi32.so librpcrt4.so libkernel32.so
oleaut32/liboleaut32.so
:
libole32.so libgdi32.so libkernel32.so
oleaut32/liboleaut32.so
:
libole32.so libgdi32.so libkernel32.so
olecli/libolecli32.so
:
libole32.so libolesvr32.so libgdi32.so
olecli/libolecli32.so
:
libole32.so libolesvr32.so libgdi32.so
olepro32/libolepro32.so
:
liboleaut32.so
olepro32/libolepro32.so
:
liboleaut32.so
opengl32/libopengl32.so
:
libx11drv.so
opengl32/libopengl32.so
:
libx11drv.so
richedit/libriched32.so
:
libuser32.so
richedit/libriched32.so
:
libuser32.so libkernel32.so
serialui/libserialui.so
:
libuser32.so
serialui/libserialui.so
:
libuser32.so libadvapi32.so libkernel32.so
setupapi/libsetupapi.so
:
libkernel32.so
shell32/libshell32.so
:
libole32.so libshlwapi.so libcomctl32.so libadvapi32.so libuser32.so libgdi32.so libkernel32.so
shell32/libshell32.so
:
libole32.so libshlwapi.so libcomctl32.so libadvapi32.so libuser32.so libgdi32.so libkernel32.so
shfolder/libshfolder.so
:
libshell32.so
shfolder/libshfolder.so
:
libshell32.so
shlwapi/libshlwapi.so
:
libadvapi32.so libuser32.so libkernel32.so
shlwapi/libshlwapi.so
:
libadvapi32.so libuser32.so libkernel32.so
...
@@ -399,9 +405,11 @@ urlmon/liburlmon.so: libole32.so
...
@@ -399,9 +405,11 @@ urlmon/liburlmon.so: libole32.so
user/libuser32.so
:
libgdi32.so libkernel32.so
user/libuser32.so
:
libgdi32.so libkernel32.so
version/libversion.so
:
liblz32.so libkernel32.so
version/libversion.so
:
liblz32.so libkernel32.so
win32s/libw32skrnl.so
:
libkernel32.so
win32s/libw32skrnl.so
:
libkernel32.so
wineps/libwineps.so
:
libgdi32.so
winaspi/libwnaspi32.so
:
libkernel32.so
wineps/libwineps.so
:
libgdi32.so libkernel32.so
wininet/libwininet.so
:
libkernel32.so
winmm/joystick/libjoystick.drv.so
:
libwinmm.so libuser32.so
winmm/joystick/libjoystick.drv.so
:
libwinmm.so libuser32.so
winmm/libwinmm.so
:
libuser32.so
winmm/libwinmm.so
:
libuser32.so
libkernel32.so
winmm/mcianim/libmcianim.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/mcianim/libmcianim.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/mciavi/libmciavi.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/mciavi/libmciavi.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/mcicda/libmcicda.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/mcicda/libmcicda.drv.so
:
libwinmm.so libuser32.so libkernel32.so
...
@@ -410,8 +418,8 @@ winmm/mciwave/libmciwave.drv.so: libwinmm.so libuser32.so libkernel32.so
...
@@ -410,8 +418,8 @@ winmm/mciwave/libmciwave.drv.so: libwinmm.so libuser32.so libkernel32.so
winmm/midimap/libmidimap.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/midimap/libmidimap.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/wavemap/libmsacm.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/wavemap/libmsacm.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/wineoss/libwineoss.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winmm/wineoss/libwineoss.drv.so
:
libwinmm.so libuser32.so libkernel32.so
winsock/libws2_32.so
:
libuser32.so
winsock/libws2_32.so
:
libuser32.so
libkernel32.so
winspool/libwinspool.drv.so
:
libgdi32.so
winspool/libwinspool.drv.so
:
libgdi32.so
libadvapi32.so libkernel32.so
wow32/libwow32.so
:
libkernel32.so
wow32/libwow32.so
:
libkernel32.so
wsock32/libwsock32.so
:
libws2_32.so
wsock32/libwsock32.so
:
libws2_32.so
x11drv/libx11drv.so
:
libuser32.so libgdi32.so libkernel32.so
x11drv/libx11drv.so
:
libuser32.so libgdi32.so libkernel32.so
...
...
dlls/advapi32/Makefile.in
View file @
e5141039
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
advapi32
MODULE
=
advapi32
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
advapi.c
\
advapi.c
\
...
...
dlls/advapi32/advapi32.spec
View file @
e5141039
name advapi32
name advapi32
type win32
type win32
import kernel32.dll
import ntdll.dll
@ stub AbortSystemShutdownA
@ stub AbortSystemShutdownA
@ stub AbortSystemShutdownW
@ stub AbortSystemShutdownW
@ stdcall AccessCheck(ptr long long ptr ptr ptr ptr ptr) AccessCheck
@ stdcall AccessCheck(ptr long long ptr ptr ptr ptr ptr) AccessCheck
...
...
dlls/comctl32/Makefile.in
View file @
e5141039
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
comctl32
MODULE
=
comctl32
SOVERSION
=
1.0
SOVERSION
=
1.0
WRCEXTRA
=
-s
-p
$(MODULE)
WRCEXTRA
=
-s
-p
$(MODULE)
IMPORTS
=
user32 gdi32
IMPORTS
=
user32 gdi32
kernel32
C_SRCS
=
\
C_SRCS
=
\
animate.c
\
animate.c
\
...
...
dlls/comctl32/comctl32.spec
View file @
e5141039
...
@@ -5,6 +5,7 @@ rsrc comctl32
...
@@ -5,6 +5,7 @@ rsrc comctl32
import user32.dll
import user32.dll
import gdi32.dll
import gdi32.dll
import kernel32.dll
# Functions exported by the Win95 comctl32.dll
# Functions exported by the Win95 comctl32.dll
# (these need to have these exact ordinals, because some win95 dlls
# (these need to have these exact ordinals, because some win95 dlls
...
...
dlls/icmp/Makefile.in
View file @
e5141039
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
icmp
MODULE
=
icmp
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
kernel32
C_SRCS
=
icmp_main.c
C_SRCS
=
icmp_main.c
...
...
dlls/icmp/icmp.spec
View file @
e5141039
name icmp
name icmp
type win32
type win32
import kernel32.dll
@ stdcall IcmpCloseHandle(ptr) IcmpCloseHandle
@ stdcall IcmpCloseHandle(ptr) IcmpCloseHandle
@ stdcall IcmpCreateFile() IcmpCreateFile
@ stdcall IcmpCreateFile() IcmpCreateFile
@ stub IcmpParseReplies
@ stub IcmpParseReplies
...
...
dlls/imagehlp/Makefile.in
View file @
e5141039
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
imagehlp
MODULE
=
imagehlp
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
access.c
\
access.c
\
...
...
dlls/imagehlp/imagehlp.spec
View file @
e5141039
...
@@ -2,6 +2,8 @@ name imagehlp
...
@@ -2,6 +2,8 @@ name imagehlp
type win32
type win32
init IMAGEHLP_LibMain
init IMAGEHLP_LibMain
import kernel32.dll
@ stdcall BindImage(str str str) BindImage
@ stdcall BindImage(str str str) BindImage
@ stdcall BindImageEx(long str str str ptr) BindImageEx
@ stdcall BindImageEx(long str str str ptr) BindImageEx
@ stdcall CheckSumMappedFile(ptr long ptr ptr) CheckSumMappedFile
@ stdcall CheckSumMappedFile(ptr long ptr ptr) CheckSumMappedFile
...
...
dlls/lzexpand/Makefile.in
View file @
e5141039
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
lz32
MODULE
=
lz32
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
lzexpand
ALTNAMES
=
lzexpand
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
lzexpand_main.c
lzexpand_main.c
...
...
dlls/lzexpand/lz32.spec
View file @
e5141039
name lz32
name lz32
type win32
type win32
import kernel32.dll
@ stdcall CopyLZFile(long long) CopyLZFile
@ stdcall CopyLZFile(long long) CopyLZFile
@ stdcall GetExpandedNameA(str ptr) GetExpandedNameA
@ stdcall GetExpandedNameA(str ptr) GetExpandedNameA
@ stdcall GetExpandedNameW(wstr ptr) GetExpandedNameW
@ stdcall GetExpandedNameW(wstr ptr) GetExpandedNameW
...
...
dlls/mpr/Makefile.in
View file @
e5141039
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
mpr
MODULE
=
mpr
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
auth.c
\
auth.c
\
...
...
dlls/mpr/mpr.spec
View file @
e5141039
name mpr
name mpr
type win32
type win32
import kernel32.dll
# ordinal exports
# ordinal exports
1 stub @
1 stub @
2 stub @
2 stub @
...
...
dlls/msacm/Makefile.in
View file @
e5141039
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
msacm32
MODULE
=
msacm32
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
msacm
ALTNAMES
=
msacm
IMPORTS
=
winmm
IMPORTS
=
winmm
kernel32
C_SRCS
=
\
C_SRCS
=
\
driver.c
\
driver.c
\
...
...
dlls/msacm/msacm32.spec
View file @
e5141039
...
@@ -3,6 +3,7 @@ type win32
...
@@ -3,6 +3,7 @@ type win32
init MSACM32_LibMain
init MSACM32_LibMain
import winmm.dll
import winmm.dll
import kernel32.dll
1 stub XRegThunkEntry
1 stub XRegThunkEntry
2 stdcall acmDriverAddA(ptr long long long long) acmDriverAddA
2 stdcall acmDriverAddA(ptr long long long long) acmDriverAddA
...
...
dlls/richedit/Makefile.in
View file @
e5141039
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
riched32
MODULE
=
riched32
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
user32
IMPORTS
=
user32
kernel32
C_SRCS
=
\
C_SRCS
=
\
charlist.c
\
charlist.c
\
...
...
dlls/richedit/riched32.spec
View file @
e5141039
...
@@ -3,5 +3,6 @@ type win32
...
@@ -3,5 +3,6 @@ type win32
init RICHED32_LibMain
init RICHED32_LibMain
import user32.dll
import user32.dll
import kernel32.dll
2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion
2 stdcall DllGetVersion (ptr) RICHED32_DllGetVersion
dlls/serialui/Makefile.in
View file @
e5141039
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
serialui
MODULE
=
serialui
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
user32
IMPORTS
=
user32
advapi32 kernel32
C_SRCS
=
\
C_SRCS
=
\
confdlg.c
confdlg.c
...
...
dlls/serialui/serialui.spec
View file @
e5141039
...
@@ -4,6 +4,8 @@ init SERIALUI_LibMain
...
@@ -4,6 +4,8 @@ init SERIALUI_LibMain
rsrc serialui_rc
rsrc serialui_rc
import user32.dll
import user32.dll
import advapi32.dll
import kernel32.dll
2 stdcall EnumPropPages(ptr ptr ptr) SERIALUI_EnumPropPages
2 stdcall EnumPropPages(ptr ptr ptr) SERIALUI_EnumPropPages
3 stdcall drvCommConfigDialog(ptr long ptr) SERIALUI_CommConfigDialog
3 stdcall drvCommConfigDialog(ptr long ptr) SERIALUI_CommConfigDialog
...
...
dlls/setupapi/Makefile.in
View file @
e5141039
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
setupapi
MODULE
=
setupapi
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
setupx
ALTNAMES
=
setupx
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
setupx_main.c
\
setupx_main.c
\
...
...
dlls/setupapi/setupapi.spec
View file @
e5141039
name setupapi
name setupapi
type win32
type win32
import kernel32.dll
# almost all functions are commented out for now. Ordinals are from setupapi.dll 4.0
# almost all functions are commented out for now. Ordinals are from setupapi.dll 4.0
# 45 stdcall SetupAddInstallSectionToDiskSpaceListA() SetupAddInstallSectionToDiskSpaceListA
# 45 stdcall SetupAddInstallSectionToDiskSpaceListA() SetupAddInstallSectionToDiskSpaceListA
...
...
dlls/winaspi/Makefile.in
View file @
e5141039
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
...
@@ -5,6 +5,7 @@ VPATH = @srcdir@
MODULE
=
wnaspi32
MODULE
=
wnaspi32
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
winaspi
ALTNAMES
=
winaspi
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
aspi.c
\
aspi.c
\
...
...
dlls/winaspi/wnaspi32.spec
View file @
e5141039
...
@@ -2,6 +2,8 @@ name wnaspi32
...
@@ -2,6 +2,8 @@ name wnaspi32
type win32
type win32
init WNASPI32_LibMain
init WNASPI32_LibMain
import kernel32.dll
1 stdcall GetASPI32SupportInfo() GetASPI32SupportInfo
1 stdcall GetASPI32SupportInfo() GetASPI32SupportInfo
2 cdecl SendASPI32Command(ptr) SendASPI32Command
2 cdecl SendASPI32Command(ptr) SendASPI32Command
4 stdcall GetASPI32DLLVersion() GetASPI32DLLVersion
4 stdcall GetASPI32DLLVersion() GetASPI32DLLVersion
...
...
dlls/wineps/Makefile.in
View file @
e5141039
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
wineps
MODULE
=
wineps
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
wineps16
ALTNAMES
=
wineps16
IMPORTS
=
gdi32
IMPORTS
=
gdi32
kernel32
C_SRCS
=
\
C_SRCS
=
\
afm.c
\
afm.c
\
...
...
dlls/wineps/wineps.spec
View file @
e5141039
...
@@ -3,3 +3,4 @@ type win32
...
@@ -3,3 +3,4 @@ type win32
init PSDRV_Init
init PSDRV_Init
import gdi32.dll
import gdi32.dll
import kernel32.dll
dlls/wininet/Makefile.in
View file @
e5141039
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,6 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wininet
MODULE
=
wininet
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
kernel32
C_SRCS
=
\
C_SRCS
=
\
http.c
\
http.c
\
...
...
dlls/wininet/wininet.spec
View file @
e5141039
...
@@ -2,6 +2,8 @@ name wininet
...
@@ -2,6 +2,8 @@ name wininet
type win32
type win32
init WININET_LibMain
init WININET_LibMain
import kernel32.dll
@ stub InternetInitializeAutoProxyDll
@ stub InternetInitializeAutoProxyDll
@ stub ShowCertificate
@ stub ShowCertificate
@ stub CommitUrlCacheEntryA
@ stub CommitUrlCacheEntryA
...
...
dlls/winmm/Makefile.in
View file @
e5141039
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
winmm
MODULE
=
winmm
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
mmsystem sound
ALTNAMES
=
mmsystem sound
IMPORTS
=
user32
IMPORTS
=
user32
kernel32
C_SRCS
=
\
C_SRCS
=
\
joystick.c
\
joystick.c
\
...
...
dlls/winmm/winmm.spec
View file @
e5141039
...
@@ -4,6 +4,7 @@ init WINMM_LibMain
...
@@ -4,6 +4,7 @@ init WINMM_LibMain
rsrc winmm_res
rsrc winmm_res
import user32.dll
import user32.dll
import kernel32.dll
# ordinal exports
# ordinal exports
1 stdcall @(ptr long long) PlaySoundA
1 stdcall @(ptr long long) PlaySoundA
...
...
dlls/winsock/Makefile.in
View file @
e5141039
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
...
@@ -5,7 +5,7 @@ VPATH = @srcdir@
MODULE
=
ws2_32
MODULE
=
ws2_32
SOVERSION
=
1.0
SOVERSION
=
1.0
ALTNAMES
=
winsock
ALTNAMES
=
winsock
IMPORTS
=
user32
IMPORTS
=
user32
kernel32
C_SRCS
=
\
C_SRCS
=
\
async.c
\
async.c
\
...
...
dlls/winsock/ws2_32.spec
View file @
e5141039
...
@@ -7,6 +7,7 @@ type win32
...
@@ -7,6 +7,7 @@ type win32
init WSOCK32_LibMain
init WSOCK32_LibMain
import user32.dll
import user32.dll
import kernel32.dll
# EXPORTS ***********
# EXPORTS ***********
1 stdcall accept(long ptr ptr) WSOCK32_accept
1 stdcall accept(long ptr ptr) WSOCK32_accept
...
...
dlls/winspool/Makefile.in
View file @
e5141039
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
...
@@ -4,7 +4,7 @@ SRCDIR = @srcdir@
VPATH
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
winspool.drv
MODULE
=
winspool.drv
SOVERSION
=
1.0
SOVERSION
=
1.0
IMPORTS
=
gdi32
IMPORTS
=
gdi32
advapi32 kernel32
C_SRCS
=
\
C_SRCS
=
\
info.c
\
info.c
\
...
...
dlls/winspool/winspool.drv.spec
View file @
e5141039
...
@@ -4,6 +4,8 @@ file winspool.drv
...
@@ -4,6 +4,8 @@ file winspool.drv
init WINSPOOL_EntryPoint
init WINSPOOL_EntryPoint
import gdi32.dll
import gdi32.dll
import advapi32.dll
import kernel32.dll
101 stub ADVANCEDSETUPDIALOG
101 stub ADVANCEDSETUPDIALOG
102 stub AbortPrinter
102 stub AbortPrinter
...
...
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