Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate)
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
a25998f113
commit
adc4f99c5a
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
// Avoid name collisions
|
||||
#undef DrawText
|
||||
#undef FindResource
|
||||
#undef CreateWindow
|
||||
|
||||
#define SET_RECT(rect, l, t, r, b) \
|
||||
rect.left = l; \
|
||||
|
|
Loading…
Add table
Reference in a new issue