acl/lib_acl/samples/udp_client/stdafx.h

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