mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
comment out <dlfnc.h> in tabrest.cppc
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user