[cpp-sp] branch main updated: Add back Windows.h

Codeberg noreply at shibboleth.net
Fri Feb 20 18:15:41 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-sp.

View the commit online:
https://codeberg.org/Shibboleth/cpp-sp/commit/cde6d7e3ed8c0f210da212846339feb8d99d0d19

The following commit(s) were added to refs/heads/main by this push:
     new cde6d7e3 Add back Windows.h
cde6d7e3 is described below

commit cde6d7e3ed8c0f210da212846339feb8d99d0d19
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 20 13:10:48 2026 -0500

    Add back Windows.h
---
 shibsp/util/PathResolver.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/shibsp/util/PathResolver.cpp b/shibsp/util/PathResolver.cpp
index e20a0a04..243f56bb 100644
--- a/shibsp/util/PathResolver.cpp
+++ b/shibsp/util/PathResolver.cpp
@@ -21,6 +21,10 @@
 #include "internal.h"
 #include "util/PathResolver.h"
 
+#ifdef WIN32
+#include <Windows.h>
+#endif
+
 #include <stdexcept>
 
 using namespace shibsp;

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


More information about the commits mailing list