summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorfowlmouth <phowl.mouth@gmail.com>2013-12-03 00:14:20 -0600
committerfowlmouth <phowl.mouth@gmail.com>2013-12-03 00:14:20 -0600
commit5ab3d661440f42f0dc74970ec73a051dd2e2bfb5 (patch)
tree5315a0cc38298c580e101122a766710af2754832 /examples
parentdc27f87257cb0385c5dd58714f90a15beab7e87d (diff)
downloadNim-5ab3d661440f42f0dc74970ec73a051dd2e2bfb5.tar.gz
removed windows
Diffstat (limited to 'examples')
-rw-r--r--examples/wingui.nim9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/wingui.nim b/examples/wingui.nim
deleted file mode 100644
index 2c2c387bb..000000000
--- a/examples/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, "Hello World!", "Nimrod GUI Application", 0)