mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
33 lines
1.1 KiB
C
33 lines
1.1 KiB
C
// stdafx.h : include file for standard system,
|
|
// reference number, and rarely changes
|
|
// Write the project specific include files.
|
|
//
|
|
|
|
#define _CRT_SECURE_NO_DEPRECATE
|
|
|
|
#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_)
|