Fixed conditional windows build broken by 13e7928d0c
This commit is contained in:
parent
13e7928d0c
commit
cdcf52e373
1 changed files with 2 additions and 0 deletions
|
@ -182,7 +182,9 @@ void init_proc_compat(void) {
|
|||
}
|
||||
|
||||
void free_proc_compat(void) {
|
||||
#ifndef VANILLA_WIN32
|
||||
child_pump_running = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
#ifdef VANILLA_WIN32
|
||||
|
|
Loading…
Add table
Reference in a new issue