mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix compile under MingW
This commit is contained in:
parent
035933f806
commit
69ba485415
3 changed files with 44 additions and 5 deletions
|
@ -283,6 +283,7 @@ inline std::string wrap_rows(const std::string &from, u32 rowlen)
|
|||
|
||||
std::string translatePassword(std::string playername, std::wstring password);
|
||||
size_t curl_write_data(char *ptr, size_t size, size_t nmemb, void *userdata);
|
||||
char *mystrtok_r(char *s, const char *sep, char **lasts);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue