mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 04:49:08 +08:00
14 lines
200 B
C
14 lines
200 B
C
#ifndef __STDAFX_INCLUDE_H__
|
|
#define __STDAFX_INCLUDE_H__
|
|
|
|
#include "lib_acl.h"
|
|
#include <signal.h>
|
|
|
|
#ifdef WIN32
|
|
# ifndef snprintf
|
|
# define snprintf _snprintf
|
|
# endif
|
|
#endif
|
|
|
|
#endif
|