Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.5 KiB

  1. //////////////////////////////////////////////////////////////////////
  2. //
  3. // custcon.h : CUSTCON �A�v���P�[�V�����̃��C�� �w�b�_�[ �t�@�C���ł��B
  4. //
  5. #if !defined(AFX_CUSTCON_H__106594D5_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)
  6. #define AFX_CUSTCON_H__106594D5_028D_11D2_8D1D_0000C06C2A54__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. #ifndef __AFXWIN_H__
  11. #error include 'stdafx.h' before including this file for PCH
  12. #endif
  13. #include "resource.h" // ���C�� �V���{��
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CCustconApp:
  16. // ���̃N���X�̓����̒��`�Ɋւ��Ă� custcon.cpp �t�@�C�����Q�Ƃ��Ă��������B
  17. //
  18. class CCustconApp : public CWinApp
  19. {
  20. public:
  21. CCustconApp();
  22. // �I�[�o�[���C�h
  23. // ClassWizard �͉��z�֐��̃I�[�o�[���C�h�𐶐����܂��B
  24. //{{AFX_VIRTUAL(CCustconApp)
  25. public:
  26. virtual BOOL InitInstance();
  27. //}}AFX_VIRTUAL
  28. // �C���v�������e�[�V����
  29. //{{AFX_MSG(CCustconApp)
  30. // ���� - ClassWizard �͂��̈ʒu�Ƀ����o�֐����lj��܂��͍폜���܂��B
  31. // ���̈ʒu�ɐ����������R�[�h���ҏW���Ȃ��ł��������B
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. extern int gExMode; // default mode
  36. /////////////////////////////////////////////////////////////////////////////
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Developer Studio �͑O�s�̒��O�ɒlj��̐錾���}�����܂��B
  39. #endif // !defined(AFX_CUSTCON_H__106594D5_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)