Changeset 3140 for trunk/src/kernel32/HandleManager.cpp
- Timestamp:
- Mar 17, 2000, 5:08:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/HandleManager.cpp
r3128 r3140 1 /* $Id: HandleManager.cpp,v 1.3 6 2000-03-16 19:20:36sandervl Exp $ */1 /* $Id: HandleManager.cpp,v 1.37 2000-03-17 16:08:38 sandervl Exp $ */ 2 2 3 3 /* … … 2940 2940 LPVOID lpvThreadParm, 2941 2941 DWORD fdwCreate, 2942 LPDWORD lpIDThread) 2942 LPDWORD lpIDThread, 2943 BOOL fFirstThread) 2943 2944 { 2944 2945 int iIndex; /* index into the handle table */ … … 2982 2983 rc = pDeviceHandler->CreateThread(&TabWin32Handles[iIndexNew].hmHandleData, 2983 2984 lpsa, cbStack, lpStartAddr, 2984 lpvThreadParm, fdwCreate, lpIDThread );2985 lpvThreadParm, fdwCreate, lpIDThread, fFirstThread); 2985 2986 2986 2987 if (rc == 0) /* oops, creation failed within the device handler */
Note:
See TracChangeset
for help on using the changeset viewer.