Use _WIN32 instead of _MSC_VER
This commit is contained in:
parent
64166aeb00
commit
b851fab140
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "transport/logging.h"
|
||||
#include "discoinforesponder.h"
|
||||
#include "storageparser.h"
|
||||
#ifdef _MSC_VER
|
||||
#ifdef _WIN32
|
||||
#include <Swiften/TLS/CAPICertificate.h>
|
||||
#include "Swiften/TLS/Schannel/SchannelServerContext.h"
|
||||
#include "Swiften/TLS/Schannel/SchannelServerContextFactory.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue