Add some windows command line option hooks

This commit is contained in:
nhmall
2018-11-16 19:32:00 -05:00
parent dcac95b4b3
commit 96ec49213f
5 changed files with 52 additions and 2 deletions

View File

@@ -424,7 +424,11 @@ E struct plinemsg_type *plinemsg_types;
E const char *ARGV0;
#endif
enum earlyarg {ARG_DEBUG, ARG_VERSION};
enum earlyarg {ARG_DEBUG, ARG_VERSION
#ifdef WIN32
,ARG_WINDOWS
#endif
};
struct early_opt {
enum earlyarg e;