acl/lib_acl/samples/udp/client/stdafx.h
2017-05-29 11:47:52 +08:00

13 lines
176 B
C

#ifndef __STDAFX_INCLUDE_H__
#define __STDAFX_INCLUDE_H__
#include "lib_acl.h"
#ifdef WIN32
# ifndef snprintf
# define snprintf _snprintf
# endif
#endif
#endif