Revision: 372
http://hdrflow.svn.sourceforge.net/hdrflow/?rev=372&view=rev
Author: glslang
Date: 2007-11-03 10:34:48 -0700 (Sat, 03 Nov 2007)
Log Message:
-----------
+ build fix
Modified Paths:
--------------
trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp
Modified: trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp
===================================================================
--- trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp 2007-10-31 22:07:30 UTC (rev 371)
+++ trunk/lib/openlibraries/src/openpluginlib/pl/string.hpp 2007-11-03 17:34:48 UTC (rev 372)
@@ -8,13 +8,13 @@
#ifndef STRING_INC_
#define STRING_INC_
-#if defined( HAVE_FLEX_STRING )
-
#if _MSC_VER
#pragma warning ( push )
#pragma warning ( disable:4244 4251 4503 4512 )
#endif
+#if defined( HAVE_FLEX_STRING )
+
#include <openpluginlib/pl/flex_string.h>
#else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|