mirror of
https://github.com/reactos/wine.git
synced 2025-02-28 16:56:24 +00:00
11 lines
142 B
Python
11 lines
142 B
Python
name wcmd
|
|
mode cuiexe
|
|
type win32
|
|
init wine_main
|
|
rsrc wcmdrc.res
|
|
|
|
import shell32.dll
|
|
import user32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|