mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 11:57:43 +08:00
b45404497d
add some samples
13 lines
164 B
C
13 lines
164 B
C
#ifndef __STDAFX_INCLUDE_H__
|
|
#define __STDAFX_INCLUDE_H__
|
|
|
|
#include "lib_acl.h"
|
|
|
|
#ifdef WIN32
|
|
# ifndef snprintf
|
|
# define snprintf _snprintf
|
|
# endif
|
|
#endif
|
|
|
|
#endif
|