Selaa lähdekoodia

Try to fix unit test (linker error for private tests)

bel2125 5 vuotta sitten
vanhempi
commit
5a764bb691
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/civetweb.c

+ 3 - 0
src/civetweb.c

@@ -18793,6 +18793,9 @@ legacy_init(const char **options)
 }
 
 
+#if !defined(MG_EXPERIMENTAL_INTERFACES)
+static
+#endif
 struct mg_context *
 mg_start2(struct mg_init_data *init, struct mg_error_data *error)
 {