mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:26:10 +00:00
12 lines
175 B
Python
12 lines
175 B
Python
name winhelp
|
|
mode guiexe
|
|
type win32
|
|
init WinMain
|
|
rsrc rsrc.res
|
|
|
|
import comdlg32.dll
|
|
import shell32.dll
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|