HP-Socket/Windows/Demo/TestEcho-ARQ-PFM/Client/stdafx.h

16 lines
351 B
C
Raw Permalink Normal View History

2021-01-15 15:38:07 +08:00
// 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"