Ignore:
Timestamp:
Mar 17, 2000, 5:08:40 PM (25 years ago)
Author:
sandervl
Message:

fix for handle of thread 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmthread.h

    r3128 r3140  
    1 /* $Id: hmthread.h,v 1.1 2000-03-16 19:21:54 sandervl Exp $ */
     1/* $Id: hmthread.h,v 1.2 2000-03-17 16:08:40 sandervl Exp $ */
    22
    33/*
     
    3030                              LPVOID                 lpvThreadParm,
    3131                              DWORD                  fdwCreate,
    32                               LPDWORD                lpIDThread);
     32                              LPDWORD                lpIDThread,
     33                              BOOL                   fFirstThread);
    3334
    3435  /* this is a handler method for calls to WaitForSingleObject */
Note: See TracChangeset for help on using the changeset viewer.