后台改为zlog实现
This commit is contained in:
18
zlog/zc_defs.h
Normal file
18
zlog/zc_defs.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* This file is part of the zlog Library.
|
||||
*
|
||||
* Copyright (C) 2011 by Hardy Simpson <HardySimpson1984@gmail.com>
|
||||
*
|
||||
* Licensed under the LGPL v2.1, see the file COPYING in base directory.
|
||||
*/
|
||||
|
||||
#ifndef __zc_defs_h
|
||||
#define __zc_defs_h
|
||||
|
||||
#include "zc_profile.h"
|
||||
#include "zc_arraylist.h"
|
||||
#include "zc_hashtable.h"
|
||||
#include "zc_xplatform.h"
|
||||
#include "zc_util.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user