Changeset 97 for trunk/src/NTDLL
- Timestamp:
- Jun 10, 1999, 7:10:57 PM (26 years ago)
- 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 2 4 /* -
trunk/src/NTDLL/ntdll.def
r56 r97 1 ; $Id: ntdll.def,v 1.4 1999-06-10 17:06:45 phaller Exp $ 2 1 3 ;Created by BLAST for IBM's compiler 2 4 ;Basis is NT4.0's NTDLL.DLL … … 54 56 NtSetTimer = _NtSetTimer@28 @221 55 57 ZwSetTimer = _NtSetTimer@28 56 NtQueryTimerResolution = _NtQueryTimerResolution@12 58 NtQueryTimerResolution = _NtQueryTimerResolution@12 57 59 ZwQueryTimerResolution = _NtQueryTimerResolution@12 58 60 NtTerminateProcess = _NtTerminateProcess@8 … … 220 222 RtlOemToUnicodeN = _RtlOemToUnicodeN@20 @448 221 223 RtlInitAnsiString = _RtlInitAnsiString@8 @399 222 RtlInitOemString = _RtlInitOemString@8 224 RtlInitOemString = _RtlInitOemString@8 223 225 RtlInitString = _RtlInitString@8 @402 224 226 RtlInitUnicodeString = _RtlInitUnicodeString@8 @403 225 227 RtlFreeUnicodeString = _RtlFreeUnicodeString@4 @377 226 228 RtlFreeAnsiString = _RtlFreeAnsiString@4 @373 227 RtlFreeOemString = _RtlFreeOemString@4 229 RtlFreeOemString = _RtlFreeOemString@4 228 230 RtlUnicodeToOemN = _RtlUnicodeToOemN@20 @515 229 231 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 1 3 /* 2 4 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * 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 1 3 /* 2 4 * Project Odin Software License can be found in LICENSE.TXT
Note:
See TracChangeset
for help on using the changeset viewer.