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