Revision: 1330
http://openlibraries.svn.sourceforge.net/openlibraries/?rev=1330&view=rev
Author: glslang
Date: 2007-11-03 05:14:31 -0700 (Sat, 03 Nov 2007)
Log Message:
-----------
+ corrects a ifdef on windows
Modified Paths:
--------------
trunk/src/openpluginlib/pl/string.hpp
Modified: trunk/src/openpluginlib/pl/string.hpp
===================================================================
--- trunk/src/openpluginlib/pl/string.hpp 2007-11-03 11:49:02 UTC (rev 1329)
+++ trunk/src/openpluginlib/pl/string.hpp 2007-11-03 12:14:31 UTC (rev 1330)
@@ -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.
|