mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
12 lines
162 B
Python
12 lines
162 B
Python
name progman
|
|
mode guiexe
|
|
type win32
|
|
rsrc rsrc.res
|
|
|
|
import shell32.dll
|
|
import comdlg32.dll
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|