summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-utils/utils_config.h
blob: d5208d51130ecb2621b25d4e85c757baed520124 (plain)
1
2
3
4
5
6
7
#ifndef __ASURA_UTILS_CONFIG_H__
#define __ASURA_UTILS_CONFIG_H__

#define ASURA_THREAD_WIN32 1
#define ASURA_THREAD_STD 1

#endif