Fixed conditional windows build broken by 13e7928d0c

This commit is contained in:
Snaipe 2015-12-07 13:55:55 +01:00
parent 13e7928d0c
commit cdcf52e373

View file

@ -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