From 490d36e65ac24e34e3021c2a0947384aee138c88 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Wed, 13 Apr 2016 21:05:14 -0400 Subject: Root commit for new Compass repository This is the Alpha version of ComPASS, originally developed sometime in 2014. --- cryptopp562/pch.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 cryptopp562/pch.h (limited to 'cryptopp562/pch.h') diff --git a/cryptopp562/pch.h b/cryptopp562/pch.h new file mode 100644 index 0000000..418c390 --- /dev/null +++ b/cryptopp562/pch.h @@ -0,0 +1,21 @@ +#ifndef CRYPTOPP_PCH_H +#define CRYPTOPP_PCH_H + +#ifdef CRYPTOPP_GENERATE_X64_MASM + + #include "cpu.h" + +#else + + #include "config.h" + + #ifdef USE_PRECOMPILED_HEADERS + #include "simple.h" + #include "secblock.h" + #include "misc.h" + #include "smartptr.h" + #endif + +#endif + +#endif -- cgit v1.2.3