NIM PC Cross Platform SDK
nim_wrapper_util_include.h
1
7#ifndef _NIM_UTIL_INCLUDE_H_
8#define _NIM_UTIL_INCLUDE_H_
9
10#if !defined(_WIN32) && !defined(WIN32)
11#include <pthread.h>
12#endif
13
14#include "nim_base_types.h"
15#include "nim_build_config.h"
16#include "stdbool.h"
17
18#endif //_NIM_UTIL_INCLUDE_H_
SDK基本类型定义
This file defines build and platform configuration.