Add guard for producing PocoDoc without error on a non Windows platform

This commit is contained in:
zosrothko
2018-05-04 14:17:49 +02:00
parent cb3c31b4c6
commit 4079cdcdc8
4 changed files with 9 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#include "Poco/AutoPtr.h"
#include "Poco/Mutex.h"
#include <vector>
#if defined(POCO_OS_FAMILY_WINDOWS)
#include <windows.h>
#include <wincrypt.h>
#include <schannel.h>
@@ -32,6 +33,7 @@
#endif
#include <security.h>
#include <sspi.h>
#endif
namespace Poco {