00001 00010 #ifndef DKUTIL_C_LIB_FILESYSTEM_H 00011 #define DKUTIL_C_LIB_FILESYSTEM_H 00012 00013 #include "dkcLibCommon.h" 00014 00015 #include "dkcFileSystem.h" 00016 00017 #ifdef _MSC_VER 00018 # ifdef DEBUG 00019 # ifdef dkcdMultiThread 00020 00021 # pragma comment(lib,"dkcFileSystemMTd") 00022 # else 00023 00024 # pragma comment(lib,"dkcFileSystemd") 00025 # endif 00026 # else 00027 # ifdef dkcdMultiThread 00028 00029 # pragma comment(lib,"dkcFileSystemMT") 00030 # else 00031 00032 # pragma comment(lib,"dkcFileSystem") 00033 # endif 00034 # endif 00035 #endif 00036 00037 00038 #endif