RosettaCodeData/Task/Hello-world-Graphical/TXR/hello-world-graphical.txr
2017-09-25 22:28:19 +02:00

4 lines
145 B
Text

(with-dyn-lib "user32.dll"
(deffi messagebox "MessageBoxW" int (cptr wstr wstr uint)))
(messagebox cptr-null "Hello" "World" 0) ;; 0 is MB_OK