Sweden-Number/dlls/ntdll
Alexandre Julliard a438ebc509 Fixed importing of dlls with no exports (reported by Warren Baird).
Don't crash on an empty load order specification (reported by Maxime
Bellengé).
Try to avoid crashing when an import is missing for a builtin dll.
2003-10-10 23:28:51 +00:00
..
tests Fixed warnings with gcc option "-Wwrite-strings". 2003-10-06 21:03:32 +00:00
.cvsignore Moved 16-bit relay and snoop support to dlls/kernel. 2003-08-26 02:28:59 +00:00
Makefile.in Moved a few more functions to the dlls/kernel directory. 2003-10-08 04:24:49 +00:00
cdrom.c Pass the cdrom device path in CDROM_InitRegistry so that ntdll doesn't 2003-10-08 02:59:22 +00:00
critsection.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
debugtools.c Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros. 2003-10-08 22:34:37 +00:00
env.c Moved build_command_line back to kernel and make it handle Unicode 2003-10-08 22:38:52 +00:00
error.c Documentation updates. 2003-09-24 05:14:39 +00:00
exception.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
file.c Added hack to call CreateFileW through a pointer so that we don't need 2003-10-08 03:51:31 +00:00
heap.c Changed the init code to make libwine load only ntdll and transfer 2003-10-10 00:12:17 +00:00
large_int.c Documentation updates. 2003-10-01 03:20:21 +00:00
loader.c Fixed importing of dlls with no exports (reported by Warren Baird). 2003-10-10 23:28:51 +00:00
loadorder.c Removed references to GetSystemDirectoryW. 2003-10-07 22:56:34 +00:00
misc.c _ftol should return a 64-bit int (spotted by Jon Griffiths). 2003-08-19 01:03:08 +00:00
nt.c Fix buffer length error code for NtQueryInformationToken. 2003-10-06 21:04:06 +00:00
ntdll.spec Link kernel32 as a normal dll. 2003-10-10 00:23:47 +00:00
ntdll_misc.h Changed the init code to make libwine load only ntdll and transfer 2003-10-10 00:12:17 +00:00
om.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
path.c Added hack to call CreateFileW through a pointer so that we don't need 2003-10-08 03:51:31 +00:00
process.c Implemented kernel32.GetIoProcessCounters and stubbed 2003-09-19 00:06:45 +00:00
reg.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
relay.c Duplicate parts of the relay debugging init code into kernel to avoid 2003-10-08 22:41:12 +00:00
resource.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
rtl.c Implemented RtlCreateProcessParameters and related functions. 2003-10-04 03:11:57 +00:00
rtlbitmap.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
rtlstr.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
sec.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
server.c Changed the init code to make libwine load only ntdll and transfer 2003-10-10 00:12:17 +00:00
signal_i386.c Added __wine_set_signal_fs function to avoid sharing the 2003-10-08 22:59:22 +00:00
signal_powerpc.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
signal_sparc.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
string.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
sync.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
sysdeps.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
thread.c Use the Rtl bitmap functions to implement Tls allocation. 2003-10-09 19:58:56 +00:00
time.c Cast time_t parameters to fprintf(...,"%l",...) to long. 2003-10-02 04:29:30 +00:00
version.c Converted process creation to Unicode. 2003-10-04 04:09:41 +00:00
virtual.c Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros. 2003-10-08 19:11:08 +00:00
wcstring.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00