mirror of
https://github.com/reactos/wine.git
synced 2024-12-03 09:20:56 +00:00
11 lines
147 B
Python
11 lines
147 B
Python
name hello3
|
|
mode guiexe
|
|
type win32
|
|
rsrc hello3res.res
|
|
|
|
import comdlg32.dll
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|