You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/07/17 09:56:26 UTC

svn commit: r556841 - /incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h

Author: robbinspg
Date: Tue Jul 17 00:56:24 2007
New Revision: 556841

URL: http://svn.apache.org/viewvc?view=rev&rev=556841
Log:
TUSCANY-1440 Apply Brady's suggested patch

Modified:
    incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h

Modified: incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h?view=diff&rev=556841&r1=556840&r2=556841
==============================================================================
--- incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h (original)
+++ incubator/tuscany/cpp/sdo/runtime/core/src/commonj/sdo/export.h Tue Jul 17 00:56:24 2007
@@ -23,7 +23,9 @@
 
 #if defined(WIN32)  || defined (_WINDOWS)
 
-#define int64_t __int64
+#ifndef int64_t
+  #define int64_t __int64
+#endif
 
 #ifdef SDO_EXPORTS
 #include "commonj/sdo/disable_warn.h"



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