From 257275e03079a4b1d9081695bbd5c70ec60b023b Mon Sep 17 00:00:00 2001 From: cantor Date: Mon, 25 Oct 2010 03:30:41 +0000 Subject: [PATCH] Fix Win32 typedef git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3357 cb58f699-b61c-0410-a6fe-9272a202ed29 --- shibsp/handler/impl/StatusHandler.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shibsp/handler/impl/StatusHandler.cpp b/shibsp/handler/impl/StatusHandler.cpp index 2d9931b..3ef824e 100644 --- a/shibsp/handler/impl/StatusHandler.cpp +++ b/shibsp/handler/impl/StatusHandler.cpp @@ -516,7 +516,9 @@ pair StatusHandler::processMessage( #endif } +#ifdef WIN32 typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO); +#endif ostream& StatusHandler::systemInfo(ostream& os) const { -- 2.1.4