diff --git a/contrib/win32/examples.factor b/contrib/win32/examples.factor index aabaa2b887..3ec1541b2e 100644 --- a/contrib/win32/examples.factor +++ b/contrib/win32/examples.factor @@ -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 ( -- )