00001 00010 #ifndef DKUTIL_C_LIB_CRYPTOGRAPH_H 00011 #define DKUTIL_C_LIB_CRYPTPGRAPH_H 00012 00013 #include "dkcLibCommon.h" 00014 00015 #include "dkcCryptograph.h" 00016 #include "dkcHash.h" 00017 00018 #ifdef _MSC_VER 00019 # ifdef DEBUG 00020 # ifdef dkcdMultiThread 00021 00022 # pragma comment(lib,"dkcCryptographMTd") 00023 # else 00024 00025 # pragma comment(lib,"dkcCryptographd") 00026 # endif 00027 # else 00028 # ifdef dkcdMultiThread 00029 00030 # pragma comment(lib,"dkcCryptographMT") 00031 # else 00032 00033 # pragma comment(lib,"dkcCryptograph") 00034 # endif 00035 # endif 00036 #endif 00037 00038 00039 #endif