diff options
author | Christopher Faylor <me@cgf.cx> | 2004-06-03 21:29:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-06-03 21:29:43 +0000 |
commit | 604ca5fa1726b9d42527e0e0e4b767858a646c67 (patch) | |
tree | dedd370fa2dd713d16788f17674b388389d8aac0 /winsup/cygwin/autoload.cc | |
parent | ee94df3eccde219778b98223d001ed244b3d3891 (diff) | |
download | cygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.tar.gz cygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.tar.bz2 cygnal-604ca5fa1726b9d42527e0e0e4b767858a646c67.zip |
* winbase.h (ilockincr): More changes from the inexplicable world of gcc asm
magic.
(ilockdecr): Ditto.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 7fe19fd7a..f2d46d1b3 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -389,6 +389,7 @@ LoadDLLfuncEx (NtSetSecurityObject, 12, ntdll, 1) LoadDLLfuncEx (NtUnmapViewOfSection, 8, ntdll, 1) LoadDLLfuncEx (RtlInitUnicodeString, 8, ntdll, 1) LoadDLLfuncEx (RtlNtStatusToDosError, 4, ntdll, 1) +LoadDLLfuncEx (RtlIsDosDeviceName_U, 4, ntdll, 1) LoadDLLfuncEx (GetProcessMemoryInfo, 12, psapi, 1) |