Changeset 3820

Show
Ignore:
Timestamp:
08/26/05 01:38:31 (3 years ago)
Author:
miyoshi
Message:

(mw32_async_handle_message): Don't call
WaitForSingleObject?(). This is quite redundant.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r3818 r3820  
     12005-08-26  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mw32term.c (mw32_async_handle_message): Don't call 
     4        WaitForSingleObject(). This is quite redundant. 
     5 
    162005-08-25  Kyotaro HORIGUCHI  <horiguti@meadowy.org> 
    27 
  • trunk/src/mw32term.c

    r3818 r3820  
    47414741            } 
    47424742        } 
    4743       WaitForSingleObject (next_message_block_event, INFINITE); 
    47444743    } 
    47454744