Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions
Remove undefs in WindowsWrapper
This commit is contained in:
commit
6408303c53
1 changed files with 0 additions and 4 deletions
|
@ -1,10 +1,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
// Avoid name collisions
|
|
||||||
#undef DrawText
|
|
||||||
#undef FindResource
|
|
||||||
#undef CreateWindow
|
|
||||||
|
|
||||||
#define SET_RECT(rect, l, t, r, b) \
|
#define SET_RECT(rect, l, t, r, b) \
|
||||||
rect.left = l; \
|
rect.left = l; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue