teleport/common/libex/include/ex.h

23 lines
396 B
C
Raw Normal View History

2016-12-06 17:05:56 +00:00
#ifndef __LIB_EX_H__
#define __LIB_EX_H__
#ifdef EX_HAVE_CONFIG
# include "ex_config.h"
#endif
#include "ex/ex_platform.h"
#include "ex/ex_types.h"
#include "ex/ex_const.h"
#include "ex/ex_util.h"
#include "ex/ex_str.h"
#include "ex/ex_path.h"
#include "ex/ex_thread.h"
#include "ex/ex_log.h"
#include "ex/ex_ini.h"
2016-12-06 17:05:56 +00:00
#ifdef EX_OS_WIN32
# include "ex/ex_winsrv.h"
#endif
2016-12-06 17:05:56 +00:00
#endif // __LIB_EX_H__