Ignore:
Timestamp:
Mar 27, 2018, 8:09:23 PM (7 years ago)
Author:
bird
Message:

kmk/win: Catch output from processes spawned by kmk_redirect. Made imagecase threadsafe and made winchildren use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kmkbuiltin.h

    r3192 r3195  
    8989    /** The KMK output synchronizer.   */
    9090    struct output *pOut;
     91#if defined(KBUILD_OS_WINDOWS) && !defined(KMK_BUILTIN_STANDALONE)
     92    /** Pointer to the worker thread, if we're on one. */
     93    void *pvWorker;
     94#endif
    9195} KMKBUILTINCTX;
    9296/** Pointer to kmk built-in command execution context. */
Note: See TracChangeset for help on using the changeset viewer.