29 lines
631 B
C
29 lines
631 B
C
#ifndef __INC_MILESLIB_STDAFX_H__
|
|
#define __INC_MILESLIB_STDAFX_H__
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
|
|
#include <windows.h>
|
|
|
|
#pragma warning(disable:4786)
|
|
#pragma warning(disable:4100)
|
|
|
|
#pragma warning(disable:4201)
|
|
#include <mss.h>
|
|
#pragma warning(default:4201)
|
|
|
|
//#include <crtdbg.h>
|
|
|
|
#include "../eterBase/CRC32.h"
|
|
#include "../eterBase/Utils.h"
|
|
#include "../eterBase/Debug.h"
|
|
|
|
#include "../UserInterface/Locale_inc.h"
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif
|
|
//martysama0134's 2e58d0b8baeb072acdf3afc4a5d1999f
|