[cpp-sp] branch main updated: Conditionalize the setting of SHIBSP_EXPORTS
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 6 13:31:56 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=85a046d3fba330fc542b6b0219e9c8fdc40bda78
The following commit(s) were added to refs/heads/main by this push:
new 85a046d3 Conditionalize the setting of SHIBSP_EXPORTS
85a046d3 is described below
commit 85a046d3fba330fc542b6b0219e9c8fdc40bda78
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 6 13:30:24 2024 +0000
Conditionalize the setting of SHIBSP_EXPORTS
The windows default project setting defines this for us
---
shibsp/internal.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/shibsp/internal.h b/shibsp/internal.h
index 3089825d..f04a3d90 100644
--- a/shibsp/internal.h
+++ b/shibsp/internal.h
@@ -31,7 +31,9 @@
#endif
// Export public APIs
+#ifndef SHIBSP_EXPORTS
#define SHIBSP_EXPORTS
+#endif
#ifndef MAKE_NONCOPYABLE
#define MAKE_NONCOPYABLE(type) \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list