From Alok Priyadarshi, support for statically linking to GLES2.lib

This commit is contained in:
Robert Osfield
2010-05-14 19:47:50 +00:00
parent 554adfc8e6
commit a0eb7de060
5 changed files with 249 additions and 8 deletions

View File

@@ -231,7 +231,9 @@ void osg::StandardNotifyHandler::notify(osg::NotifySeverity severity, const char
#if defined(WIN32) && !defined(__CYGWIN__)
#define WIN32_LEAN_AND_MEAN
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
void osg::WinDebugNotifyHandler::notify(osg::NotifySeverity severity, const char *message)