mirror of
https://github.com/reactos/wine.git
synced 2025-01-08 12:20:55 +00:00
12 lines
162 B
Python
12 lines
162 B
Python
name notepad
|
|
mode guiexe
|
|
type win32
|
|
rsrc rsrc.res
|
|
|
|
import comdlg32.dll
|
|
import shell32.dll
|
|
import user32.dll
|
|
import gdi32.dll
|
|
import kernel32.dll
|
|
import ntdll.dll
|