[Libreoffice-commits] core.git: extensions/source

Stephan Bergmann sbergman at redhat.com
Wed Mar 20 08:13:46 PDT 2013


 extensions/source/plugin/aqua/macmgr.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 720243baae25d15acd6ac0dbe144a02102867a16
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 20 16:13:18 2013 +0100

    -Werror,-Wundef
    
    Change-Id: Ia0782d64e23f67b533e57dad587951f061a7c1d2

diff --git a/extensions/source/plugin/aqua/macmgr.mm b/extensions/source/plugin/aqua/macmgr.mm
index 3b69845..1c26cf2 100644
--- a/extensions/source/plugin/aqua/macmgr.mm
+++ b/extensions/source/plugin/aqua/macmgr.mm
@@ -294,7 +294,7 @@ static int parseMimeResource( CFBundleRef i_xBundle,
     int nAdded = 0;
     // just to hurt our eyes more there is an alternative mimetype function plus the possibility
     // of a resource fork. Must be a case of think different.
-    #if __LP64__
+    #if defined __LP64__
     int
     #else
     SInt16


More information about the Libreoffice-commits mailing list