Fix Win32 typedef
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 25 Oct 2010 03:30:41 +0000 (03:30 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Mon, 25 Oct 2010 03:30:41 +0000 (03:30 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3357 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/handler/impl/StatusHandler.cpp

index 2d9931b..3ef824e 100644 (file)
@@ -516,7 +516,9 @@ pair<bool,long> StatusHandler::processMessage(
 #endif
 }
 
+#ifdef WIN32
 typedef void (WINAPI *PGNSI)(LPSYSTEM_INFO);
+#endif
 
 ostream& StatusHandler::systemInfo(ostream& os) const
 {