summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2019-12-01 01:16:23 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2019-12-01 01:16:23 +0100
commit64b1b959f15ee00daf06ffc80cc64de13b1aae53 (patch)
tree59ad57f5ec5b5a9bee5a0aabc7b3925d28402ad0
parent65310f5855924251a5a06247bbea82cce768f834 (diff)
downloadmariadb-git-64b1b959f15ee00daf06ffc80cc64de13b1aae53.tar.gz
comment out <dlfnc.h> in tabrest.cppc
-rw-r--r--storage/connect/tabrest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/storage/connect/tabrest.cpp b/storage/connect/tabrest.cpp
index 7e0d736f4e7..f6d21139ab0 100644
--- a/storage/connect/tabrest.cpp
+++ b/storage/connect/tabrest.cpp
@@ -15,9 +15,9 @@
#define _MAX_PATH 260
#if !defined(__WIN__)
#define __stdcall
-#if !defined(REST_SOURCE)
-#include <dlfcn.h> // dlopen(), dlclose(), dlsym() ...
-#endif
+//#if !defined(REST_SOURCE)
+//#include <dlfcn.h> // dlopen(), dlclose(), dlsym() ...
+//#endif
#endif // !__WIN__
#define _OS_H_INCLUDED // Prevent os.h to be called
#endif // !MARIADB