mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +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
|