Fix windows struct size bug.

This commit is contained in:
Brad Nelson
2024-11-16 19:07:30 -08:00
parent 58205f2738
commit 360417dd53

View File

@ -33,10 +33,10 @@ create ps PAINTSTRUCT allot
0 255 0 RGB CreateSolidBrush constant green 0 255 0 RGB CreateSolidBrush constant green
create side RECT allot create side RECT allot
0 side ->left ! 0 side ->left l!
0 side ->top ! 0 side ->top l!
200 side ->right ! 200 side ->right l!
100 side ->bottom ! 100 side ->bottom l!
: MyWindowProc { hwnd msg w l } : MyWindowProc { hwnd msg w l }
WM_DESTROY msg = if WM_DESTROY msg = if