Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
pch.h
Go to the documentation of this file.
1
// pch.h: This is a precompiled header file.
2
// Files listed below are compiled only once, improving build performance for future builds.
3
// This also affects IntelliSense performance, including code completion and many code browsing features.
4
// However, files listed here are ALL re-compiled if any one of them is updated between builds.
5
// Do not add files here that you will be updating frequently as this negates the performance advantage.
6
7
#ifndef PCH_H
8
#define PCH_H
9
#pragma once
10
11
#define USE_UNICODE 0
// Why does UNICODE get flipped on ??
12
#define USE_UNITTESTS_MS
// Use M$ test framework with Visual Studio and _WIN32
13
14
#include "
GrayCore.Tests/cUnitTestMs.h
"
15
16
// test config
17
#define USE_SSL_CACHE
// Enable simple SSL cache implementation.
18
19
#endif
//PCH_H
cUnitTestMs.h
GraySSL.Tests
pch.h
Generated on Tue Feb 2 2021 11:29:22 for Gray C++ Libraries by
1.9.1