mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 11:53:00 -04:00
Fix win32 build of http-server.c with unicode enabled
This commit is contained in:
parent
04861d5e62
commit
13fd242ddb
@ -247,7 +247,7 @@ send_document_cb(struct evhttp_request *req, void *arg)
|
|||||||
" <li><a href=\"%s\">%s</a>\n",
|
" <li><a href=\"%s\">%s</a>\n",
|
||||||
name, name);/* XXX escape this */
|
name, name);/* XXX escape this */
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
} while (FindNextFile(d, &ent));
|
} while (FindNextFileA(d, &ent));
|
||||||
#else
|
#else
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user