[PR]

水無瀬の部屋 > Programming > sample > tools > tools.h
最終更新日: 2007/10/04

   1: //*********************************************************
   2: // プロジェクト: TOOLS
   3: //  ファイル名: tools.h
   4: //
   5: /* << 使用方法 >>
   6: 
   7: 	//*********************************************************
   8: 	// ヘッダ の インクルード
   9: 	//*********************************************************
  10: 	#ifndef TOOLS_HEAD_INCLUDED     // 冗長ガード
  11: 	#include <tools.h>
  12: 	#ifndef TOOLS_HEAD_INCLUDED     // ガード名の検査
  13: 	#error "? TOOLS_HEAD_INCLUDED"
  14: 	#endif // #ifndef TOOLS_HEAD_INCLUDED
  15: 	#endif // #ifndef TOOLS_HEAD_INCLUDED
  16: 
  17: */
  18: //*********************************************************
  19: #ifndef TOOLS_HEAD_INCLUDED // 多重インクルードの防止
  20: #define TOOLS_HEAD_INCLUDED
  21: 
  22: 
  23: //*********************************************************
  24: // コンパイル環境の指定
  25: //*********************************************************
  26: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // 冗長ガード
  27: #include <header/_tools.h>
  28: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // ガード名の検査
  29: #error "? PRIVATE_TOOLS_HEAD_INCLUDED"
  30: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
  31: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
  32: 
  33: 
  34: //*********************************************************
  35: // C 標準ヘッダ の インクルード
  36: //*********************************************************
  37: #include <iso646.h>
  38: #include <assert.h>
  39: #include <stdlib.h>
  40: //#include <stdio.h>
  41: //#include <stddef.h>
  42: #include <stdarg.h>
  43: //#include <string.h>
  44: #include <ctype.h>
  45: #include <limits.h>
  46: #include <time.h>
  47: #include <math.h>
  48: #include <float.h>
  49: #include <errno.h>
  50: #include <locale.h>
  51: #include <mbstring.h>
  52: #include <wctype.h>
  53: #include <wchar.h>
  54: #include <crtdbg.h>
  55: 
  56: 
  57: //*********************************************************
  58: // WINDOWS 標準ヘッダ の インクルード
  59: //*********************************************************
  60: //#include <tchar.h>
  61: //#include <windows.h>
  62: //#include <windowsx.h>
  63: #include <commctrl.h>
  64: #include <shlobj.h>
  65: #include <process.h>
  66: #include <setupapi.h>
  67: #include <ras.h>
  68: 
  69: 
  70: //*********************************************************
  71: // TOOLS ヘッダ の インクルード
  72: //*********************************************************
  73: #include <header/tooldbg.h>
  74: #include <header/snprintf.h>
  75: #include <header/argcargv.h>
  76: #include <header/ptrlist.h>
  77: #include <header/toolbase.h>
  78: #include <header/toolsys.h>
  79: #include <header/toolsysx.h>
  80: #include <header/toolwind.h>
  81: #include <header/toolctrl.h>
  82: #include <header/toolptrc.h>
  83: //#include <old/toolold.h>  //
  84: 
  85: 
  86: #endif // #ifndef TOOLS_HEAD_INCLUDED
  87: 
  88: 
  89: //** end **
  90: 

参照: tools.h, traythrd.h, atlnk.h, cmdline.h, custom.h, info.h, shitemid.h, cmdline.h, custom.h, mkcmdln.h, parambox.h, pathlist.h, sendsend.h, sendto.h, cmdline.h, exe2ico.h, exe2riff.h, exe2rsrc.h, install.h, instdlg.h, rsrc2bmp.h, rsrc2cur.h, rsrc2ico.h, util.h, cmdline.h, g24a2bmp.h, goddess.h, install.h, instdlg.h, savedib.h, cmdline.h, cur2cpp.h, install.h, instdlg.h, loadcur.h, putcpp.h, dumptext.h, mainbox.h, fopenbox.h, main.cpp, main.cpp, main.cpp, main.cpp, main.cpp


Google
ご意見・ご感想をお聞かせ下さい。匿名で送信できます。

 * 返信が必要な場合には postmaster@katsura-kotonoha.sakura.ne.jp へ直接メールしてください。

水無瀬の部屋 > sample > tools > tools.h

このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/tools/tools_h.shtml
『新妻LOVELY×CATION』を応援しています!