summary refs log tree commit diff stats
path: root/tests/wingui.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/wingui.nim')
-rwxr-xr-xtests/wingui.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/wingui.nim b/tests/wingui.nim
deleted file mode 100755
index f4941bcc7..000000000
--- a/tests/wingui.nim
+++ /dev/null
@@ -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, "Hallo World!", "Nimrod GUI application", 0)