Ignore:
Timestamp:
Jun 2, 1999, 6:00:38 PM (26 years ago)
Author:
cbratschi
Message:

a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/thread.cpp

    r17 r34  
    1 /* $Id: thread.cpp,v 1.3 1999-05-31 22:08:13 phaller Exp $ */
     1/* $Id: thread.cpp,v 1.4 1999-06-02 16:00:38 cbratschi Exp $ */
    22
    33/*
     
    110110{
    111111    dprintf(("OS2SetThreadPriority (%08xh,%08xh)\n",
    112              hThread
     112             hThread,
    113113             priority));
    114114
     
    153153  delete me;    //only called once
    154154
    155   dprintf(("Win32ThreadProc %d\n", 
     155  dprintf(("Win32ThreadProc %d\n",
    156156           GetCurrentThreadId()));
    157157
Note: See TracChangeset for help on using the changeset viewer.