[cpp-sp] branch main updated: Fix windows ARM64 build

Rod Widdowson rdw at steadingsoftware.com
Fri Jun 20 15:50:08 UTC 2025


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=e893f2f9abdbdb17fd93032d900d423375070ce5

The following commit(s) were added to refs/heads/main by this push:
     new e893f2f9 Fix windows ARM64 build
e893f2f9 is described below

commit e893f2f9abdbdb17fd93032d900d423375070ce5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 19 20:18:59 2025 +0100

    Fix windows ARM64 build
---
 shibsp/util/Misc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shibsp/util/Misc.h b/shibsp/util/Misc.h
index 7e8cfba2..c0803692 100644
--- a/shibsp/util/Misc.h
+++ b/shibsp/util/Misc.h
@@ -99,7 +99,7 @@ namespace shibsp {
          * @return modification time or 0 if unable
          */
         static time_t getModificationTime(const char* path);
-#if WIN32
+#ifdef WIN32
         static time_t getModificationTime(const wchar_t* path);
 #endif
     };

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list