Fix Win32 typedef
[shibboleth/cpp-sp.git] / 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
 {