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