Ignore:
Timestamp:
Aug 18, 1999, 11:45:14 PM (26 years ago)
Author:
phaller
Message:

Add: lots of new stubs, crt functions and string functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/NTDLL/sync.cpp

    r97 r557  
    1 /* $Id: sync.cpp,v 1.2 1999-06-10 17:06:47 phaller Exp $ */
     1/* $Id: sync.cpp,v 1.3 1999-08-18 21:45:14 phaller Exp $ */
    22
    33/*
     
    147147}
    148148
     149/**************************************************************************
     150 *                 NtResetEvent                   [NTDLL.?]
     151 */
     152NTSTATUS WIN32API NtResetEvent(HANDLE hEvent)
     153{
     154  dprintf(("NTDLL: NtResetEvent(%08xh) not implemented.\n",
     155           hEvent));
     156
     157  return 0;
     158}
     159
Note: See TracChangeset for help on using the changeset viewer.