Skip to content

Commit

Permalink
Variable declaration should also happen in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterDuke17 committed Jan 6, 2020
1 parent f1abe9c commit bd2e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/moar/runner/main.c
Expand Up @@ -153,7 +153,7 @@ int wmain(int argc, wchar_t *wargv[])
#endif

char *exec_dir_path_temp;
#if !(defined(STATIC_NQP_HOME) && defined(STATIC_RAKUDO_HOME))
#if !(defined(STATIC_NQP_HOME) && defined(STATIC_RAKUDO_HOME)) || defined(_WIN32)
char *exec_dir_path;
size_t exec_dir_path_size;
#endif
Expand Down

0 comments on commit bd2e0c7

Please sign in to comment.