* include/winuser.h (DeregisterShellHookWindow): Add function.
* include/winuser.h [_WIN32_WINNT >= 0x0500] (EndTask): Add function. * lib/user32.def (EndTask): Add function. * include/winuser.h (WINVER, _WIN32_WINNT): It's better (?) to use _WIN32_WINNT instead of WINVER to test for Windows 2000. * include/winable.h: Reorder target macros. * lib/*.def: Cleanup.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
LIBRARY "ADVAPI32.DLL"
|
||||
LIBRARY ADVAPI32.DLL
|
||||
EXPORTS
|
||||
AbortSystemShutdownA@4
|
||||
AbortSystemShutdownW@4
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "CAP.DLL"
|
||||
LIBRARY CAP.DLL
|
||||
EXPORTS
|
||||
DumpCAP@0
|
||||
StartCAP@0
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "COMCTL32.DLL"
|
||||
LIBRARY COMCTL32.DLL
|
||||
EXPORTS
|
||||
_TrackMouseEvent@4
|
||||
AddMRUData@12
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "COMDLG32.DLL"
|
||||
LIBRARY COMDLG32.DLL
|
||||
EXPORTS
|
||||
ChooseColorA@4
|
||||
ChooseColorW@4
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "CRYPT32.DLL"
|
||||
LIBRARY CRYPT32.DLL
|
||||
EXPORTS
|
||||
CertFreeCertificateChain@4
|
||||
CertGetCertificateChain@32
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "d3dim.dll"
|
||||
LIBRARY d3dim.dll
|
||||
EXPORTS
|
||||
Direct3DCreate@12
|
||||
Direct3D_HALCleanUp@8
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "d3drm.dll"
|
||||
LIBRARY d3drm.dll
|
||||
EXPORTS
|
||||
D3DRMColorGetAlpha@4
|
||||
D3DRMColorGetBlue@4
|
||||
|
@ -1,4 +1,4 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "d3dxof.dll"
|
||||
LIBRARY d3dxof.dll
|
||||
EXPORTS
|
||||
DirectXFileCreate@4
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "DDRAW.dll"
|
||||
LIBRARY DDRAW.dll
|
||||
EXPORTS
|
||||
D3DParseUnknownCommand@8
|
||||
DDHAL32_VidMemAlloc@16
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "DINPUT.dll"
|
||||
LIBRARY DINPUT.dll
|
||||
EXPORTS
|
||||
DirectInputCreateA@16
|
||||
DirectInputCreateW@16
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "DPLAYX.dll"
|
||||
LIBRARY DPLAYX.dll
|
||||
EXPORTS
|
||||
DirectPlayCreate@12
|
||||
DirectPlayEnumerate@8
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "DSETUP.dll"
|
||||
LIBRARY DSETUP.dll
|
||||
EXPORTS
|
||||
DirectXDeviceDriverSetupA@16
|
||||
DirectXDeviceDriverSetupW@16
|
||||
|
@ -1,5 +1,5 @@
|
||||
; from DirectX 6.1
|
||||
LIBRARY "DSOUND.dll"
|
||||
LIBRARY DSOUND.dll
|
||||
EXPORTS
|
||||
DirectSoundCaptureCreate@12
|
||||
DirectSoundCaptureEnumerateA@8
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "IPHLPAPI.DLL"
|
||||
LIBRARY IPHLPAPI.DLL
|
||||
EXPORTS
|
||||
AddIPAddress@20
|
||||
CreateIpForwardEntry@4
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "RASDLG.DLL"
|
||||
LIBRARY RASDLG.DLL
|
||||
EXPORTS
|
||||
RasDialDlgA@16
|
||||
RasDialDlgW@16
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "SHFOLDER.DLL"
|
||||
LIBRARY SHFOLDER.DLL
|
||||
EXPORTS
|
||||
SHGetFolderPathA@20
|
||||
SHGetFolderPathW@20
|
||||
|
@ -131,6 +131,7 @@ DefWindowProcA@16
|
||||
DefWindowProcW@16
|
||||
DeferWindowPos@32
|
||||
DeleteMenu@12
|
||||
DeregisterShellHookWindow@4
|
||||
DestroyAcceleratorTable@4
|
||||
DestroyCaret@0
|
||||
DestroyCursor@4
|
||||
@ -177,6 +178,7 @@ EndDeferWindowPos@4
|
||||
EndDialog@8
|
||||
EndMenu@0
|
||||
EndPaint@8
|
||||
EndTask@12
|
||||
EnumChildWindows@12
|
||||
EnumClipboardFormats@4
|
||||
EnumDesktopWindows@12
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "VERSION.dll"
|
||||
LIBRARY VERSION.dll
|
||||
EXPORTS
|
||||
GetFileVersionInfoA@16
|
||||
GetFileVersionInfoSizeA@8
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "WINSPOOL.DRV"
|
||||
LIBRARY WINSPOOL.DRV
|
||||
EXPORTS
|
||||
ADVANCEDSETUPDIALOG@16
|
||||
AbortPrinter@4
|
||||
|
@ -1,4 +1,4 @@
|
||||
LIBRARY "WS2_32.DLL"
|
||||
LIBRARY WS2_32.DLL
|
||||
EXPORTS
|
||||
WEP@0
|
||||
WPUCompleteOverlappedRequest@20
|
||||
|
Reference in New Issue
Block a user