Ignore:
Timestamp:
Jan 5, 2000, 8:39:57 PM (26 years ago)
Author:
sandervl
Message:

changes for OpenThreadToken

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:40 sandervl Exp $ */
     1/* $Id: windllbase.cpp,v 1.8 2000-01-05 19:39:57 sandervl Exp $ */
    22
    33/*
     
    240240        return(TRUE);
    241241
    242   dprintf(("attachThread from dll %s", szModule));
     242  dprintf(("detachThread from dll %s", szModule));
    243243
    244244  rc =  dllEntryPoint(hinstance, DLL_THREAD_DETACH, 0);
Note: See TracChangeset for help on using the changeset viewer.