mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 10:57:34 +08:00
9697f95b8f
This reverts commit 15d999759e
.
14 lines
197 B
C
14 lines
197 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
|