mirror of
https://github.com/reactos/wine.git
synced 2025-01-06 03:09:14 +00:00
13 lines
175 B
Python
13 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
|