acl/lib_acl/samples/udp_client/stdafx.h

13 lines
176 B
C
Raw Normal View History

#ifndef __STDAFX_INCLUDE_H__
2014-11-19 00:25:21 +08:00
#define __STDAFX_INCLUDE_H__
#include "lib_acl.h"
#ifdef WIN32
# ifndef snprintf
# define snprintf _snprintf
# endif
#endif
#endif