Changeset 2846 for trunk/src/kmk/w32


Ignore:
Timestamp:
Aug 30, 2016, 2:48:33 PM (9 years ago)
Author:
bird
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/subproc/sub_proc.c

    r2844 r2846  
    218218
    219219                proc_array[proc_index++] = pSubProc;
    220                 *pPid = (HANDLE)pSubProc;
     220                *pPid = (intptr_t)pSubProc;
    221221                return 0;
    222222        }
     
    11231123#ifdef KMK
    11241124        } else if (pproc->enmType == kSubmit) {
    1125             /* nothing to do. */
     1125            kSubmitSubProcCleanup(pproc->clue);
    11261126        } else {
    11271127            assert(0);
Note: See TracChangeset for help on using the changeset viewer.