cb86a98b3b
* 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.
10 lines
205 B
Modula-2
10 lines
205 B
Modula-2
; from DirectX 6.1
|
|
LIBRARY DSOUND.dll
|
|
EXPORTS
|
|
DirectSoundCaptureCreate@12
|
|
DirectSoundCaptureEnumerateA@8
|
|
DirectSoundCaptureEnumerateW@8
|
|
DirectSoundCreate@12
|
|
DirectSoundEnumerateA@8
|
|
DirectSoundEnumerateW@8
|