aboutsummaryrefslogtreecommitdiff
path: root/src/libjin/Net/Net.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libjin/Net/Net.cpp')
-rw-r--r--src/libjin/Net/Net.cpp2
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