dll/wrap: fix build for glibc 2.33

I don't think I need the step that converting to legacy struct.

Signed-off-by: ayaka <ayaka@soulik.info>
This commit is contained in:
ayaka 2021-08-29 16:05:17 +08:00 committed by Randy Li
parent 475342f0d8
commit 9d48dc515d
2 changed files with 63 additions and 7 deletions

View file

@ -112,7 +112,6 @@ inline void reset_LastError()
#include <sys/ioctl.h>
#include <sys/socket.h>
#include <sys/mount.h>
#include <sys/stat.h>
#include <sys/statvfs.h>
#include <sys/time.h>
@ -205,4 +204,4 @@ inline std::string ascii_to_lowercase(std::string data) {
#define LOBBY_CONNECT_APPID ((uint32)-2)
#endif//__INCLUDED_COMMON_INCLUDES__
#endif//__INCLUDED_COMMON_INCLUDES__