summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-28 02:04:16 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-28 02:04:16 +0000
commite2bc5017fa996b7de73821db61b14c2d552bfc06 (patch)
tree77813fcbca6d7f05cffeed9fb13637574c089408 /winsup/cygwin/autoload.cc
parentcc9f0cf0af2d2ef2beb508c8438ed938b775628f (diff)
downloadcygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.tar.gz
cygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.tar.bz2
cygnal-e2bc5017fa996b7de73821db61b14c2d552bfc06.zip
* syscalls.cc (mount): Don't check win32_path when doing cygdrive mount.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index f5cc250fa..c2c7ae352 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -510,6 +510,7 @@ LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32);
LoadDLLfuncEx (Process32First, 8, kernel32, 1)
LoadDLLfuncEx (Process32Next, 8, kernel32, 1)
LoadDLLfuncEx (SignalObjectAndWait, 16, kernel32, 1)
+LoadDLLfuncEx (SwitchToThread, 0, kernel32, 1)
LoadDLLfunc (TryEnterCriticalSection, 4, kernel32)
LoadDLLfuncEx (waveOutGetNumDevs, 0, winmm, 1)