mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
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:
parent
a2c9f9230f
commit
ef5c4731b4
2 changed files with 63 additions and 7 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue