move some Windows code: windmain.c -> windsys.c

This commit is contained in:
nhmall
2025-05-22 10:04:54 -04:00
parent d019542669
commit 0c765ce207
5 changed files with 395 additions and 354 deletions

View File

@@ -1976,6 +1976,7 @@ extern int win32_cr_helper(char, struct CRctxt *, void *, int);
extern int win32_cr_gettrace(int, char *, int);
extern int *win32_cr_shellexecute(const char *);
# endif
extern boolean contains_directory(const char *);
#endif /* WIN32 */
#endif /* MICRO || WIN32 */