mirror of
https://gitee.com/ldcsaa/HP-Socket.git
synced 2024-12-02 03:37:50 +08:00
16 lines
351 B
C
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"
|
|
|