shithub: cstory

Download patch

ref: adc4f99c5a920363d22ef352bae5f9ce096c7e0c
parent: a25998f1137bc93599dd5715f71c8b1c63d4dc15
author: Gabriel Ravier <gabravier@gmail.com>
date: Thu Sep 12 12:48:19 EDT 2019

Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate)

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>

--- a/src/WindowsWrapper.h
+++ b/src/WindowsWrapper.h
@@ -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; \