mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
windows: make redirected console detection available to other modules
This commit is contained in:
parent
60d4f47f7a
commit
0963328aed
2 changed files with 4 additions and 2 deletions
|
@ -141,7 +141,9 @@ byteptr g_str_buf;
|
|||
int load_so(byteptr);
|
||||
void reload_so();
|
||||
void init_consts();
|
||||
|
||||
#ifdef _WIN32
|
||||
BOOL isConsole;
|
||||
#endif
|
||||
'
|
||||
|
||||
js_headers = '
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue