Changeset 3140 for trunk/src/kernel32/hmthread.h
- Timestamp:
- Mar 17, 2000, 5:08:40 PM (25 years ago)
- 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:54sandervl Exp $ */1 /* $Id: hmthread.h,v 1.2 2000-03-17 16:08:40 sandervl Exp $ */ 2 2 3 3 /* … … 30 30 LPVOID lpvThreadParm, 31 31 DWORD fdwCreate, 32 LPDWORD lpIDThread); 32 LPDWORD lpIDThread, 33 BOOL fFirstThread); 33 34 34 35 /* this is a handler method for calls to WaitForSingleObject */
Note:
See TracChangeset
for help on using the changeset viewer.