teleport/common/libex/include/ex.h

23 lines
396 B
C

#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"
#ifdef EX_OS_WIN32
# include "ex/ex_winsrv.h"
#endif
#endif // __LIB_EX_H__