[Libreoffice-commits] core.git: scp2/inc
Chris Sherlock
chris.sherlock79 at gmail.com
Sun Sep 28 03:55:16 PDT 2014
scp2/inc/macros.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit cadc2cbed1404b47fd2f73a7e0b6c2a3ee663e27
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Sun Sep 28 20:51:27 2014 +1000
Fix 64914e407ccac9 - #endif/#else mixup
Change-Id: Ia99ae45e66984ac0d88b6e9b6ca4514cd68f9634
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 8ea47d9..d2142bd 100644
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -447,7 +447,6 @@ End
End
#else
-#endif
#define REGISTER_PROPERTY_HANDLER_FOR_EXTENSION(extension) \
RegistryItem CONCAT2(gid_Regitem_Software_Microsoft_Windows_CurrentVersion_PropertySystem_PropertyHandlers_,extension) \
@@ -458,6 +457,8 @@ End
Value = "{AE424E85-F6DF-4910-A6A9-438797986431}"; \
End
+#endif
+
#else
#define REGISTER_PROPERTY_HANDLER_FOR_EXTENSION(extension) // empty
#endif
More information about the Libreoffice-commits
mailing list