r15256 by jghali - fix msvc warning

scribus-commit scribus-commit at lists.scribus.net
Tue Jun 22 09:31:33 CEST 2010


Revision: 15256
Author: jghali
Date: 2010-06-22T07:22:17.503904Z
Commit message: fix msvc warning

Changeset: 
M  /branches/Version135/Scribus/scribus/scclocale.h

Diffs:
Index: scribus/scclocale.h
===================================================================
--- scribus/scclocale.h	(revision 15255)
+++ scribus/scclocale.h	(revision 15256)
@@ -21,14 +21,14 @@
 #include <xlocale.h>
 #endif
 
-#if defined(Q_OS_SOLARIS) or defined (Q_OS_OPENBSD)
+#if defined(Q_OS_SOLARIS) || defined (Q_OS_OPENBSD)
 #include <locale.h>
 #endif
 
 #if defined(Q_WS_WIN)
 #define XLocaleType _locale_t
 #else
-  #if defined (Q_OS_SOLARIS) or defined (Q_OS_OPENBSD)
+  #if defined (Q_OS_SOLARIS) || defined (Q_OS_OPENBSD)
   #define XLocaleType char*   //dummy?
   #else
   #define XLocaleType locale_t




More information about the scribus-commit mailing list