Revert "removed windows". Refs #698.

This reverts commit 5ab3d66144.
This commit is contained in:
Grzegorz Adam Hankiewicz
2013-12-09 18:28:11 +01:00
parent 95a6e01ea8
commit 8468e2af3a
8 changed files with 28207 additions and 0 deletions

9
examples/wingui.nim Normal file
View File

@@ -0,0 +1,9 @@
# 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)