Lower case for mingw compatibility (native Windows doesn't care)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1790 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
svenstaro 2011-02-06 03:47:31 +00:00
parent e9a201af21
commit f5206544ce

View File

@ -31,7 +31,7 @@
#include <SFML/Config.hpp> #include <SFML/Config.hpp>
#if defined(SFML_SYSTEM_WINDOWS) #if defined(SFML_SYSTEM_WINDOWS)
#include <BaseTsd.h> #include <basetsd.h>
#endif #endif