Hard to come up with a proper title for this problem. Anyway...
I\'m currently working on a GUI for my games in SDL. I\'ve finished the software drawing and was on m
Just #undef the symbols you don't want. But Make sure that you include windows.h and do this before you include SDL:
#undef
windows.h
#include #undef DrawText #include