#ifndef __INC_MILESLIB_STDAFX_H__ #define __INC_MILESLIB_STDAFX_H__ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 #include //#include #include "../eterBase/CRC32.h" #include "../eterBase/Utils.h" #include "../eterBase/Debug.h" //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. // Armadillo nanomite protection #if !defined(NANOBEGIN) && !defined(NANOEND) #ifdef _DEBUG #define NANOBEGIN #define NANOEND #else #include #endif #endif #endif