mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
c607532ae4
wsock32 so that we have at most one Win32 dll in each .so library.
9 lines
198 B
Python
9 lines
198 B
Python
# First DirectPlay dll. Replaced by dplayx.dll.
|
|
name dplay
|
|
type win32
|
|
|
|
import dplayx.dll
|
|
|
|
@ forward DirectPlayCreate dplayx.DirectPlayCreate
|
|
@ forward DirectPlayEnumerate dplayx.DirectPlayEnumerate
|