shithub: cstory

Download patch

ref: 6408303c53bbc5a8be917e171449d0e57d59fb72
parent: a25998f1137bc93599dd5715f71c8b1c63d4dc15
parent: adc4f99c5a920363d22ef352bae5f9ce096c7e0c
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Nov 4 14:05:56 EST 2019

Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions

Remove undefs in WindowsWrapper

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