Rename macro WIN32 to _WIN32

This commit is contained in:
Chunting Gu
2019-05-30 17:17:50 +08:00
parent 59db2ca04f
commit 78743e6a55
8 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
#include "webcc/client_session.h"
#include "webcc/logger.h"
#if (defined(WIN32) || defined(_WIN64))
#if (defined(_WIN32) || defined(_WIN64))
// You need to set environment variable SSL_CERT_FILE properly to enable
// SSL verification.
bool kSslVerify = false;