mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
13 lines
170 B
Python
13 lines
170 B
Python
name wineps
|
|
type win32
|
|
init PSDRV_Init
|
|
rsrc rsrc.res
|
|
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import winspool.drv
|
|
import kernel32.dll
|
|
import ntdll.dll
|
|
|
|
debug_channels (psdrv)
|