ref: c1abe80682e6763a773b9d1e1f4a2669ff6a78ea 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;