6 lines
128 B
Text
6 lines
128 B
Text
|
|
include Win32Lib.ew
|
||
|
|
|
||
|
|
constant win = createEx( Window, "Win32Lib", 0, Default, Default, 640, 480, 0, 0 )
|
||
|
|
|
||
|
|
WinMain( win, Normal )
|