You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2006/12/03 05:54:34 UTC

svn commit: r481720 - /incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp

Author: jsdelfino
Date: Sat Dec  2 20:54:33 2006
New Revision: 481720

URL: http://svn.apache.org/viewvc?view=rev&rev=481720
Log:
Fixed build break on Windows, include of tuscany_sca_config.h is for Linux and MacOS-X only

Modified:
    incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp

Modified: incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp?view=diff&rev=481720&r1=481719&r2=481720
==============================================================================
--- incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp (original)
+++ incubator/tuscany/cpp/sca/runtime/core/src/tuscany/sca/util/Library.cpp Sat Dec  2 20:54:33 2006
@@ -21,6 +21,8 @@
 
 #if defined(WIN32)  || defined (_WINDOWS)
 #pragma warning(disable: 4786)
+#else
+#include "tuscany_sca_config.h"
 #endif
 
 #include "tuscany/sca/util/Library.h"
@@ -28,7 +30,6 @@
 #include "tuscany/sca/util/Exceptions.h"
 #include "tuscany/sca/util/Logging.h"
 
-#include "tuscany_sca_config.h"
 
 namespace tuscany
 {



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org