ref: 33c1ea8f2046d00e6a135c464a3e2bc26259e4f8 dir: /src/WindowsWrapper.h/
#pragma once #include <windows.h> #define SET_RECT(rect, l, t, r, b) \ rect.left = l; \ rect.top = t; \ rect.right = r; \ rect.bottom = b;