From 360417dd5363dbfe512dadd998dbd526cf11c68f Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Sat, 16 Nov 2024 19:07:30 -0800 Subject: [PATCH] Fix windows struct size bug. --- windows/windows_test.fs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/windows/windows_test.fs b/windows/windows_test.fs index 55a3487..c716d5f 100644 --- a/windows/windows_test.fs +++ b/windows/windows_test.fs @@ -33,10 +33,10 @@ create ps PAINTSTRUCT allot 0 255 0 RGB CreateSolidBrush constant green create side RECT allot -0 side ->left ! -0 side ->top ! -200 side ->right ! -100 side ->bottom ! +0 side ->left l! +0 side ->top l! +200 side ->right l! +100 side ->bottom l! : MyWindowProc { hwnd msg w l } WM_DESTROY msg = if