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:
Gabriel Ravier 2019-09-12 16:48:19 +02:00
parent a25998f113
commit adc4f99c5a

View file

@ -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; \