Declare caml_expand_command_line in osdeps.h

master
David Allsopp 2020-09-10 12:11:02 +01:00
parent df64b46a7c
commit 503776deb4
2 changed files with 2 additions and 2 deletions

View File

@ -159,6 +159,8 @@ extern value caml_copy_string_of_utf16(const wchar_t *s);
extern int caml_win32_isatty(int fd);
CAMLextern void caml_expand_command_line (int *, wchar_t ***);
#endif /* _WIN32 */
#endif /* CAML_INTERNALS */

View File

@ -29,8 +29,6 @@
CAMLextern void caml_main (char_os **);
#ifdef _WIN32
CAMLextern void caml_expand_command_line (int *, wchar_t ***);
int wmain(int argc, wchar_t **argv)
#else
int main(int argc, char **argv)