mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 03:44:22 -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",
|
||||
name, name);/* XXX escape this */
|
||||
#ifdef WIN32
|
||||
} while (FindNextFile(d, &ent));
|
||||
} while (FindNextFileA(d, &ent));
|
||||
#else
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user