ref: 0af9bcc89b64bd2a8dc46e1bce0a1c0a665068c4 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;