From adc4f99c5a920363d22ef352bae5f9ce096c7e0c Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Thu, 12 Sep 2019 16:48:19 +0200 Subject: [PATCH] Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate) Signed-off-by: Gabriel Ravier --- src/WindowsWrapper.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/WindowsWrapper.h b/src/WindowsWrapper.h index e48f8dd1..47810b8d 100644 --- a/src/WindowsWrapper.h +++ b/src/WindowsWrapper.h @@ -1,10 +1,6 @@ #pragma once #include -// Avoid name collisions -#undef DrawText -#undef FindResource -#undef CreateWindow #define SET_RECT(rect, l, t, r, b) \ rect.left = l; \