Crypto++
|
00001 #ifndef CRYPTOPP_PCH_H 00002 #define CRYPTOPP_PCH_H 00003 00004 #ifdef CRYPTOPP_GENERATE_X64_MASM 00005 00006 #include "cpu.h" 00007 00008 #else 00009 00010 #include "config.h" 00011 00012 #ifdef USE_PRECOMPILED_HEADERS 00013 #include "simple.h" 00014 #include "secblock.h" 00015 #include "misc.h" 00016 #include "smartptr.h" 00017 #endif 00018 00019 #endif 00020 00021 #endif