mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 20:38:11 +08:00
13 lines
176 B
C
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
|