Skip to content
Snippets Groups Projects
Commit 77afd6c4 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Made some more spec file entries optional or unnecessary.

Fixed a few DLLName/DLLFileName mismatches.
parent cf5188b6
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 38 deletions
......@@ -141,7 +141,7 @@ LINTS = $(C_SRCS:.c=.ln)
$(WINDRES) -i $< -o $@
.spec.spec.c:
$(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -spec $<
$(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -M $(MODULE) -spec $<
.spec.spec.def:
$(LDPATH) $(WINEBUILD) $(DEFS) -o $@ -def $<
......
name advapi32
@ stdcall AbortSystemShutdownA(ptr) AbortSystemShutdownA
@ stdcall AbortSystemShutdownW(ptr) AbortSystemShutdownW
@ stdcall AccessCheck(ptr long long ptr ptr ptr ptr ptr) AccessCheck
......
name avicap32
@ stub capCreateCaptureWindowA
@ stub capCreateCaptureWindowW
@ stdcall capGetDriverDescriptionA(long ptr long ptr long) capGetDriverDescriptionA
......
name avifil32
@ stub AVIBuildFilter
@ stub AVIBuildFilterA
@ stub AVIBuildFilterW
......
name avifile
type win16
owner avifil32
# I'm just using "long" instead of "ptr" for the interface pointers,
# because they are 32-bit pointers, not converted to 16-bit format,
# but the app doesn't really need to know, it should never need to
......
name comcat
init COMCAT_DllEntryPoint
@ stdcall DllCanUnloadNow() COMCAT_DllCanUnloadNow
......
name comctl32
init COMCTL32_LibMain
# Functions exported by the Win95 comctl32.dll
......
name comdlg32
init COMDLG32_DllEntryPoint
@ stdcall ChooseColorA(ptr) ChooseColorA
......
name commdlg
type win16
owner comdlg32
1 pascal16 GetOpenFileName(segptr) GetOpenFileName16
2 pascal16 GetSaveFileName(segptr) GetSaveFileName16
5 pascal16 ChooseColor(ptr) ChooseColor16
......
# Old C runtime library. All functions provided by msvcrt
name crtdll
init CRTDLL_Init
@ forward ??2@YAPAXI@Z msvcrt.??2@YAPAXI@Z
......@@ -527,4 +526,3 @@ init CRTDLL_Init
@ forward wscanf msvcrt.wscanf
@ forward _itow msvcrt._itow
@ forward _ltow msvcrt._ltow
name crypt32
@ stub CertAddCRLContextToStore
@ stub CertAddCTLContextToStore
@ stub CertAddCertificateContextToStore
......
name dciman32
@ stub DCIBeginAccess
@ stdcall DCICloseProvider(long) DCICloseProvider
@ stub DCICreateOffscreen
......
name ddraw
init DDRAW_DllMain
@ stub DDHAL32_VidMemAlloc
......
name devenum
@ stub DllCanUnloadNow
@ stub DllGetClassObject
@ stub DllRegisterServer
......
name dinput
init Init
@ stdcall DirectInputCreateA(long long ptr ptr) DirectInputCreateA
......
name dinput8
@ stdcall DirectInput8Create(long long ptr ptr ptr) DirectInput8Create
@ stdcall DllCanUnloadNow() DINPUT8_DllCanUnloadNow
@ stdcall DllGetClassObject(ptr ptr ptr) DINPUT8_DllGetClassObject
......
# First DirectPlay dll. Replaced by dplayx.dll.
name dplay
@ forward DirectPlayCreate dplayx.DirectPlayCreate
@ forward DirectPlayEnumerate dplayx.DirectPlayEnumerate
name dplayx
init DPLAYX_LibMain
1 stdcall DirectPlayCreate(ptr ptr ptr) DirectPlayCreate
......
name dsound
0 stub DirectSoundUnknown
1 stdcall DirectSoundCreate(ptr ptr ptr) DirectSoundCreate8
2 stdcall DirectSoundEnumerateA(ptr ptr) DirectSoundEnumerateA
......
name dispdib
type win16
owner gdi32
1 pascal16 DisplayDib(ptr ptr word) DisplayDib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment