Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions

Remove undefs in WindowsWrapper
This commit is contained in:
Clownacy 2019-11-04 19:05:56 +00:00 committed by GitHub
commit 6408303c53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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