Changeset 9684 for trunk/src/NTDLL/ntdll.cpp
- Timestamp:
- Jan 16, 2003, 4:22:42 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/NTDLL/ntdll.cpp
r2327 r9684 1 /* $Id: ntdll.cpp,v 1. 6 2000-01-05 19:37:29sandervl Exp $ */1 /* $Id: ntdll.cpp,v 1.7 2003-01-16 15:22:37 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include <winnt.h> 35 35 #include <ntdef.h> 36 #ifndef __EMX__ 36 37 #include <builtin.h> 38 #endif 37 39 #include <stdlib.h> 38 40 #include <string.h>
Note:
See TracChangeset
for help on using the changeset viewer.