Ignore:
Timestamp:
Dec 7, 2001, 3:13:39 PM (24 years ago)
Author:
sandervl
Message:

overlapped io, com, thread & process updates

File:
1 edited

Legend:

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

    r7532 r7567  
    1 /* $Id: oslibdos.cpp,v 1.89 2001-12-03 12:13:09 sandervl Exp $ */
     1/* $Id: oslibdos.cpp,v 1.90 2001-12-07 14:13:37 sandervl Exp $ */
    22/*
    33 * Wrappers for OS/2 Dos* API
     
    29532953//******************************************************************************
    29542954//******************************************************************************
     2955void OSLibDosExitThread(ULONG retcode)
     2956{
     2957  DosExit(EXIT_THREAD, retcode);
     2958}
     2959//******************************************************************************
     2960//******************************************************************************
    29552961DWORD OSLibDosDevConfig(PVOID pdevinfo,
    29562962                         ULONG item)
Note: See TracChangeset for help on using the changeset viewer.