mirror of
https://github.com/libretro/RetroArch
synced 2025-02-27 00:40:20 +00:00
Move civetweb to deps/
This commit is contained in:
parent
012e069f86
commit
2324c48164
@ -1045,7 +1045,7 @@ XML
|
||||
HTTP SERVER
|
||||
============================================================ */
|
||||
#if defined(HAVE_HTTPSERVER) && defined(HAVE_ZLIB)
|
||||
#include "httpserver/civetweb.c"
|
||||
#include "../deps/civetweb/civetweb.c"
|
||||
#include "httpserver/httpserver.c"
|
||||
#endif
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
int httpserver_init(unsigned port);
|
||||
void httpserver_destroy();
|
||||
void httpserver_destroy(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user