mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
c607532ae4
wsock32 so that we have at most one Win32 dll in each .so library.
8 lines
198 B
Python
8 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
|