diff options
author | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-09-08 13:09:06 +0800 |
commit | 4798e70dcbbedb55de8e9f8e321e8fad7b9783f6 (patch) | |
tree | f4740d59b561163b260f2f29467cfffdd92c4d9e /src/libjin/Net/Net.cpp | |
parent | 36f7e3e5542f3cfee11b34ce497fcb877b3462bf (diff) |
*update
Diffstat (limited to 'src/libjin/Net/Net.cpp')
-rw-r--r-- | src/libjin/Net/Net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Net/Net.cpp b/src/libjin/Net/Net.cpp index 511de1a..e6c3d98 100644 --- a/src/libjin/Net/Net.cpp +++ b/src/libjin/Net/Net.cpp @@ -8,7 +8,7 @@ namespace net bool Net::initSystem(const SettingBase* setting) { #ifdef _WIN32 - #if JIN_NET_TEKCOS + #if LIBJIN_NET_TEKCOS tk_init(); #endif #endif |