mirror of https://github.com/tongzx/nt5src
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.
22 lines
602 B
22 lines
602 B
// stdafx.h : include file for standard system include files,
|
|
// or project specific include files that are used frequently, but
|
|
// are changed infrequently
|
|
//
|
|
#if !defined(SLBCSP_STDAFX_H)
|
|
#define SLBCSP_STDAFX_H
|
|
|
|
#include "NoWarning.h"
|
|
|
|
// Avoid the compiler's redefine warning message when afxv_w32.h is included
|
|
#if defined(_WIN32_WINDOWS)
|
|
#undef _WIN32_WINDOWS
|
|
#endif
|
|
|
|
#include <afxwin.h> // MFC core and standard components
|
|
#include <afxext.h> // MFC extensions
|
|
|
|
// Include the template class(s)
|
|
#include <afxtempl.h>
|
|
#include <afxmt.h>
|
|
|
|
#endif // !defined(SLBCSP_STDAFX_H)
|