Files
tun2socks/core/c/custom/arch/cc.h
2019-07-16 11:37:52 +08:00

7 lines
127 B
C

#ifdef _WIN32
// both win32 and win64 are defined here
#include "cc_windows.h"
#else
#include "cc_others.h"
#endif