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.

31 lines
1.1 KiB

  1. //////////////////////////////////////////////////////////////////////
  2. // stdafx.h : �W���̃V�X�e�� �C���N���[�h �t�@�C���A
  3. // �܂��͎Q�Ɖ񐔂������A���‚��܂��ύX�����Ȃ�
  4. // �v���W�F�N�g���p�̃C���N���[�h �t�@�C�����L�q���܂��B
  5. //
  6. #if !defined(AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)
  7. #define AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_
  8. #if _MSC_VER >= 1000
  9. #pragma once
  10. #endif // _MSC_VER >= 1000
  11. #define VC_EXTRALEAN // Windows �w�b�_�[�����w�ǎg�p�����Ȃ��X�^�b�t�����O���܂��B
  12. #include <afxwin.h> // MFC �̃R�A�����ѕW���R���|�[�l���g
  13. #include <afxext.h> // MFC �̊g������
  14. #ifndef _AFX_NO_AFXCMN_SUPPORT
  15. #include <afxcmn.h> // MFC �� Windows �R���� �R���g���[�� �T�|�[�g
  16. #endif // _AFX_NO_AFXCMN_SUPPORT
  17. #include "winconp.h"
  18. #ifndef array_size
  19. #define array_size(x) (sizeof(x) / sizeof(x[0]))
  20. #endif
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Developer Studio �͑O�s�̒��O�ɒlj��̐錾���}�����܂��B
  23. #endif // !defined(AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)