shithub: cstory

ref: 1ea4031de8456683a0a93e2a7ece69f6f8c30858
dir: /src/WindowsWrapper.h/

View raw version
#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;