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_win.c

6 lines
43 B
C

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