removed windows

This commit is contained in:
fowlmouth
2013-12-03 00:14:20 -06:00
parent dc27f87257
commit 5ab3d66144
8 changed files with 0 additions and 28207 deletions

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)