app framework project change

This commit is contained in:
Joseph Henry
2016-12-08 12:18:07 -08:00
parent b42046ba2a
commit 946fddd04c
22 changed files with 83 additions and 2144 deletions

View File

@@ -266,7 +266,7 @@ namespace ZeroTier {
void *_libref;
void close() {
#if defined(__STATIC__LWIP__)
#if defined(__STATIC_STACK__)
return;
#elif defined(__DYNAMIC_STACK__)
dlclose(_libref);