stdafx.h 354 B

123456789101112131415
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #pragma once
  5. //#define _WIN32_WINNT _WIN32_WINNT_WINXP
  6. //#define _WIN32_WINNT _WIN32_WINNT_WIN7
  7. #define _USE_MFC
  8. #define _DETECT_MEMORY_LEAK
  9. #include "../../../../Common/Src/GeneralHelper.h"