Changeset 3195 for trunk/src/kmk/kmkbuiltin.h
- Timestamp:
- Mar 27, 2018, 8:09:23 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin.h
r3192 r3195 89 89 /** The KMK output synchronizer. */ 90 90 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 91 95 } KMKBUILTINCTX; 92 96 /** Pointer to kmk built-in command execution context. */
Note:
See TracChangeset
for help on using the changeset viewer.