// 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 // MFC core and standard components #include // MFC extensions // Include the template class(s) #include #include #endif // !defined(SLBCSP_STDAFX_H)