1
0

StdAfx.h 150 B

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