1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Fix compile under MingW

This commit is contained in:
kwolekr
2013-01-23 02:21:26 -05:00
parent 035933f806
commit 69ba485415
3 changed files with 44 additions and 5 deletions

View File

@@ -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