mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 13:27:35 +00:00
10 lines
147 B
Python
10 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
|