shithub: cstory

ref: 4e322f25c4760774c122c4e7b1662a64d58d5d2d
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;