acl/samples/udp_client/stdafx.h

13 lines
164 B
C
Raw Normal View History

2013-10-20 18:59:57 +08:00
#ifndef __STDAFX_INCLUDE_H__
#define __STDAFX_INCLUDE_H__
#include "lib_acl.h"
#ifdef WIN32
# ifndef snprintf
# define snprintf _snprintf
# endif
#endif
#endif