Merge pull request #9902 from dra27/main-cleanup

Declare caml_expand_command_line in osdeps.h
master
David Allsopp 2020-09-11 09:34:47 +01:00 committed by GitHub
commit 95ea8a2d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -28,8 +28,6 @@
#endif
#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)