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.
|
|
//////////////////////////////////////////////////////////////////////
// stdafx.h : �W���̃V�X�e�� �C���N���[�h �t�@�C���A
// �܂��͎Q�Ɖ������A�����܂��ύX�����Ȃ�
// �v���W�F�N�g���p�̃C���N���[�h �t�@�C�����L�q���܂��B
//
#if !defined(AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)
#define AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#define VC_EXTRALEAN // Windows �w�b�_�[�����w�ǎg�p�����Ȃ��X�^�b�t�����O���܂��B
#include <afxwin.h> // MFC �̃R�A�����ѕW���R���|�[�l���g
#include <afxext.h> // MFC �̊g������
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC �� Windows �R���� �R���g���[�� �T�|�[�g
#endif // _AFX_NO_AFXCMN_SUPPORT
#include "winconp.h"
#ifndef array_size
#define array_size(x) (sizeof(x) / sizeof(x[0]))
#endif
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio �͑O�s�̒��O�ɒlj��̐錾���}�����܂��B
#endif // !defined(AFX_STDAFX_H__106594D9_028D_11D2_8D1D_0000C06C2A54__INCLUDED_)
|