shithub: cstory

ref: 9c32a5dd0561f463ceb3b9a773e5431a13ed35fa
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;