This repository has been archived on 2021-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
glovechat/src/server/util/thread_posix.c

7 lines
45 B
C

#ifndef _WIN32
#include "thread.h"
#endif