windows-nt/Source/XPSP1/NT/ds/security/csps/cryptoflex/slbcsp/stdafx.h

23 lines
602 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
// 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)