ref: a5df6ebc72e0b2529e6d420058da266587373c89
parent: cb4bd02ab5149b879affe3ec5c5d7258b1e5294e
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Jan 7 18:15:33 EST 2020
Remove SET_RECT macro I should probably remove WindowsWrapper.h from this branch now, and just make files use windows.h directly.
--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -1,9 +1,3 @@
#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;