#pragma once #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers #define _CRT_SECURE_NO_DEPRECATE 1 #define _CRT_NON_CONFORMING_SWPRINTFS 1 #include <SDKDDKVer.h> #include <afx.h> #include <afxwin.h>