deleted wingui example

This commit is contained in:
Araq
2015-07-12 13:32:58 +02:00
parent 7da62f9833
commit 5313ceaafd

View File

@@ -1,9 +0,0 @@
# test a Windows GUI application
import
windows, shellapi, nb30, mmsystem, shfolder
#proc MessageBox(hWnd: int, lpText, lpCaption: CString, uType: uint): int
# {stdcall, import: "MessageBox", header: "<windows.h>"}
discard MessageBox(0, "Hello World!", "Nimrod GUI Application", 0)