mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-18 22:54:50 +08:00
7 lines
127 B
C
7 lines
127 B
C
#ifdef _WIN32
|
|
// both win32 and win64 are defined here
|
|
#include "cc_windows.h"
|
|
#else
|
|
#include "cc_others.h"
|
|
#endif
|