Ignore:
Timestamp:
Mar 18, 2018, 9:10:03 PM (7 years ago)
Author:
bird
Message:

kmk/win: Reworking child process handling. This effort will hopefully handle processor groups better and allow executing internal function off the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/output.c

    r3140 r3156  
    3737# include <windows.h>
    3838# include <io.h>
    39 # include "sub_proc.h"
     39# ifndef CONFIG_NEW_WIN_CHILDREN
     40#  include "sub_proc.h"
     41# else
     42#  include "w32/winchildren.h"
     43# endif
    4044#endif /* WINDOWS32 */
    4145
Note: See TracChangeset for help on using the changeset viewer.