mingw - silencing the warnings about '#pragma' warnings being unrecognised or being ignored. This should still work fine for msvc, and other platforms though.

This commit is contained in:
Joshua Leung
2009-09-24 11:46:17 +00:00
parent 4aade8ad7e
commit 24128d2e86

View File

@@ -28,7 +28,10 @@
*
* ***** END GPL LICENSE BLOCK *****
*/
#ifndef FREE_WINDOWS
#pragma warning(once: 4761 4305 4244 4018)
#endif
#define WIN32_LEAN_AND_MEAN