HWND is an int atm..

cvs
Doug Coleman 2005-11-29 03:38:11 +00:00
parent f0555504a8
commit 96f83f76ac
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SYMBOL: wc
SYMBOL: className "SimpleWindowClass" className set
: hello-world
f "Hello, world!" "First Application" MB_OK MessageBox ;
0 "Hello, world!" "First Application" MB_OK MessageBox ;
! : message-loop ( -- )