HP-Socket/Windows/Demo/TestEcho-Agent/Agent-4C/stdafx.h
2021-01-15 15:38:07 +08:00

16 lines
351 B
C

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
// but are changed infrequently
#pragma once
//#define _WIN32_WINNT _WIN32_WINNT_WINXP
//#define _WIN32_WINNT _WIN32_WINNT_WIN7
#define _USE_MFC
#define _DETECT_MEMORY_LEAK
#include "../../../Src/Common/GeneralHelper.h"