shithub: cstory

ref: 30968a626cc6c15264a0fd39418def157bf6c064
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;