summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2014-09-28 20:51:27 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2014-09-28 20:51:27 +1000
commitcadc2cbed1404b47fd2f73a7e0b6c2a3ee663e27 (patch)
tree03e5d57b68975e6f874d8ea583bcb7cfba6f9bd8 /scp2
parentef16c7411a2d79abab9cd3075580db783ee065ac (diff)
Fix 64914e407ccac9 - #endif/#else mixup
Change-Id: Ia99ae45e66984ac0d88b6e9b6ca4514cd68f9634
Diffstat (limited to 'scp2')
-rw-r--r--scp2/inc/macros.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index 8ea47d98e6ab..d2142bd39a25 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