From 5e60e0e3af85f22aa0afe8bf0ecf85619afacfeb Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 22 Aug 2013 16:39:52 -0400 Subject: Imported Upstream version 0.6.0.12 --- src-cryptopp/pch.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src-cryptopp/pch.h (limited to 'src-cryptopp/pch.h') diff --git a/src-cryptopp/pch.h b/src-cryptopp/pch.h new file mode 100644 index 0000000..418c390 --- /dev/null +++ b/src-cryptopp/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