StdAfx.h 100 B

123456789
  1. // StdAfx.h
  2. #ifndef __STDAFX_H
  3. #define __STDAFX_H
  4. #include <windows.h>
  5. #include <stdio.h>
  6. #endif