mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
11 lines
146 B
Python
11 lines
146 B
Python
name cmdlgtst
|
|
mode guiexe
|
|
type win32
|
|
rsrc cmdlgr.res
|
|
|
|
import comdlg32.dll
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|