Changeset 2329 for trunk/src/kernel32/windllbase.cpp
- Timestamp:
- Jan 5, 2000, 8:39:57 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/windllbase.cpp
r2069 r2329 1 /* $Id: windllbase.cpp,v 1. 7 1999-12-13 21:07:40sandervl Exp $ */1 /* $Id: windllbase.cpp,v 1.8 2000-01-05 19:39:57 sandervl Exp $ */ 2 2 3 3 /* … … 240 240 return(TRUE); 241 241 242 dprintf((" attachThread from dll %s", szModule));242 dprintf(("detachThread from dll %s", szModule)); 243 243 244 244 rc = dllEntryPoint(hinstance, DLL_THREAD_DETACH, 0);
Note:
See TracChangeset
for help on using the changeset viewer.