Remove SET_RECT macro
I should probably remove WindowsWrapper.h from this branch now, and just make files use windows.h directly.
This commit is contained in:
parent
cb4bd02ab5
commit
a5df6ebc72
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue