mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
20 lines
309 B
C
20 lines
309 B
C
// stdafx.h : 标准系统包含文件的包含文件,
|
||
// 或是常用但不常更改的项目特定的包含文件
|
||
//
|
||
|
||
#pragma once
|
||
|
||
|
||
//#include <iostream>
|
||
//#include <tchar.h>
|
||
|
||
// TODO: 在此处引莹<E5BC95>序要求的附加头文件
|
||
|
||
#include "acl_cpp/lib_acl.hpp"
|
||
#include "lib_acl.h"
|
||
|
||
#ifdef WIN32
|
||
#define snprintf _snprintf
|
||
#endif
|
||
|