2012-12-24 10:20:23 -05:00
|
|
|
// stdafx.h : include file for standard system,
|
|
|
|
// reference number, and rarely changes
|
|
|
|
// Write the project specific include files.
|
|
|
|
//
|
|
|
|
|
2013-08-25 12:38:13 -04:00
|
|
|
#define _CRT_SECURE_NO_DEPRECATE
|
|
|
|
|
2012-12-24 10:20:23 -05:00
|
|
|
#if !defined(AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_)
|
|
|
|
#define AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_
|
|
|
|
|
|
|
|
#if _MSC_VER > 1000
|
|
|
|
#pragma once
|
|
|
|
#endif // _MSC_VER > 1000
|
|
|
|
|
|
|
|
#define VC_EXTRALEAN // used to exclude most Windows stuff from the header.
|
|
|
|
|
|
|
|
#include <afxwin.h> // MFC Core and standard components
|
|
|
|
#include <afxext.h> // MFC extension
|
|
|
|
#include <afxcview.h>
|
|
|
|
#include <afxdisp.h> // MFC Automation Class
|
|
|
|
#include <afxdtctl.h> // MFC Internet Explorer 4 Common control support
|
|
|
|
#ifndef _AFX_NO_AFXCMN_SUPPORT
|
|
|
|
#include <afxcmn.h> // MFC Windows Common control support
|
|
|
|
#endif // _AFX_NO_AFXCMN_SUPPORT
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
|
|
|
|
#include "dxwnd.h"
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
|
|
// Microsoft Visual C++ Will insert additional declarations immediately before the previous line.
|
|
|
|
|
|
|
|
#endif // !defined(AFX_STDAFX_H__9139BF92_2E61_4CBC_AB58_646DE772409F__INCLUDED_)
|