メインページ | アルファベット順一覧 | 構成 | ファイル一覧 | 構成メンバ | ファイルメンバ | 関連ページ

dkcLibFileSystem.h

説明を見る。
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

dkutil_cに対してSat Sep 10 09:23:55 2005に生成されました。  doxygen 1.4.4