Files
tun2socks/core/c/custom/arch/cc.h
2020-08-04 18:27:14 +08:00

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