Rename macro WIN32 to _WIN32
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -5,7 +5,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;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
// Change to 1 to print response JSON.
|
||||
#define PRINT_RESPONSE 0
|
||||
|
||||
#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;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include "examples/common/book.h"
|
||||
#include "examples/common/book_json.h"
|
||||
|
||||
#if (defined(WIN32) || defined(_WIN64))
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
#if defined(_DEBUG) && defined(WEBCC_ENABLE_VLD)
|
||||
#pragma message ("< include vld.h >")
|
||||
#include "vld/vld.h"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "examples/common/book.h"
|
||||
#include "examples/common/book_json.h"
|
||||
|
||||
#if (defined(WIN32) || defined(_WIN64))
|
||||
#if (defined(_WIN32) || defined(_WIN64))
|
||||
#if defined(_DEBUG) && defined(WEBCC_ENABLE_VLD)
|
||||
#pragma message ("< include vld.h >")
|
||||
#include "vld/vld.h"
|
||||
|
||||
Reference in New Issue
Block a user