Changeset - b851fab1407c
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-20 22:00:10
hanzz.k@gmail.com
Use _WIN32 instead of _MSC_VER
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/transport.cpp
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)