stdafx.h 224 B

1234567891011
  1. #pragma once
  2. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  3. #define _CRT_SECURE_NO_DEPRECATE 1
  4. #define _CRT_NON_CONFORMING_SWPRINTFS 1
  5. #include <SDKDDKVer.h>
  6. #include <afx.h>
  7. #include <afxwin.h>