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