shithub: cstory

ref: fb8ba25d0faf2b4a7d17ea9d3ce09a86de19be97
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;