StdAfx.h 128 B

123456789
  1. // StdAfx.h
  2. #ifndef __STDAFX_H
  3. #define __STDAFX_H
  4. #include "../Common/MyWindows.h"
  5. #include "../Common/NewHandler.h"
  6. #endif