Changeset 97 for trunk/src/NTDLL


Ignore:
Timestamp:
Jun 10, 1999, 7:10:57 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

Location:
trunk/src/NTDLL
Files:
12 edited

Legend:

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

    r51 r97  
     1/* $Id: file.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/initterm.cpp

    r51 r97  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24 * DLL entry point
  • trunk/src/NTDLL/nt.cpp

    r51 r97  
     1/* $Id: nt.cpp,v 1.2 1999-06-10 17:06:45 phaller Exp $ */
     2
    13
    24/*
  • trunk/src/NTDLL/ntdll.def

    r56 r97  
     1; $Id: ntdll.def,v 1.4 1999-06-10 17:06:45 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24;Basis is NT4.0's NTDLL.DLL
     
    5456    NtSetTimer                    = _NtSetTimer@28                    @221
    5557    ZwSetTimer                    = _NtSetTimer@28
    56     NtQueryTimerResolution        = _NtQueryTimerResolution@12       
     58    NtQueryTimerResolution        = _NtQueryTimerResolution@12
    5759    ZwQueryTimerResolution        = _NtQueryTimerResolution@12
    5860    NtTerminateProcess            = _NtTerminateProcess@8
     
    220222    RtlOemToUnicodeN              = _RtlOemToUnicodeN@20              @448
    221223    RtlInitAnsiString             = _RtlInitAnsiString@8              @399
    222     RtlInitOemString              = _RtlInitOemString@8             
     224    RtlInitOemString              = _RtlInitOemString@8
    223225    RtlInitString                 = _RtlInitString@8                  @402
    224226    RtlInitUnicodeString          = _RtlInitUnicodeString@8           @403
    225227    RtlFreeUnicodeString          = _RtlFreeUnicodeString@4           @377
    226228    RtlFreeAnsiString             = _RtlFreeAnsiString@4              @373
    227     RtlFreeOemString              = _RtlFreeOemString@4             
     229    RtlFreeOemString              = _RtlFreeOemString@4
    228230    RtlUnicodeToOemN              = _RtlUnicodeToOemN@20              @515
    229231    RtlUnicodeStringToOemString   = _RtlUnicodeStringToOemString@12   @511
  • trunk/src/NTDLL/ntdll.h

    r30 r97  
     1/* $Id: ntdll.h,v 1.3 1999-06-10 17:06:45 phaller Exp $ */
     2
    13/*
    24   this file defines interfaces mainly exposed to device drivers and
  • trunk/src/NTDLL/om.cpp

    r51 r97  
     1/* $Id: om.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/reg.cpp

    r51 r97  
     1/* $Id: reg.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/rtl.cpp

    r51 r97  
     1/* $Id: rtl.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/rtlstr.cpp

    r83 r97  
     1/* $Id: rtlstr.cpp,v 1.4 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/sec.cpp

    r51 r97  
     1/* $Id: sec.cpp,v 1.2 1999-06-10 17:06:46 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/sync.cpp

    r51 r97  
     1/* $Id: sync.cpp,v 1.2 1999-06-10 17:06:47 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
  • trunk/src/NTDLL/time.cpp

    r51 r97  
     1/* $Id: time.cpp,v 1.2 1999-06-10 17:06:47 phaller Exp $ */
     2
    13/*
    24 * Project Odin Software License can be found in LICENSE.TXT
Note: See TracChangeset for help on using the changeset viewer.