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/time.cpp

    r555 r557  
    1 /* $Id: time.cpp,v 1.4 1999-08-18 19:35:30 phaller Exp $ */
     1/* $Id: time.cpp,v 1.5 1999-08-18 21:45:14 phaller Exp $ */
    22
    33/*
     
    269269           TimeFields));
    270270}
     271
     272
     273/*****************************************************************************
     274 * Name      : NtQuerySystemTime
     275 * Purpose   : unknown
     276 * Parameters: unknown, probably wrong
     277 * Variables :
     278 * Result    :
     279 * Remark    : NTDLL.?
     280 * Status    : UNTESTED STUB
     281 *
     282 * Author    : Patrick Haller [Tue, 1999/06/01 09:00]
     283 *****************************************************************************/
     284
     285DWORD WIN32API NtQuerySystemTime(LPFILETIME ft)
     286{
     287  dprintf(("NTDLL: NtQuerySystemTime(%08xh) not implemented.\n",
     288           ft));
     289
     290  return 0;
     291}
     292
Note: See TracChangeset for help on using the changeset viewer.