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/sock/tcp_win.c
2019-02-06 10:44:58 -06:00

5 lines
39 B
C

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