summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dll_init.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
committerChristopher Faylor <me@cgf.cx>2012-08-16 23:34:45 +0000
commit46f5dd59581f3405e56a48f351ed97a0af0f70ef (patch)
tree4094a58649e103f8149c09446384bed059803d85 /winsup/cygwin/dll_init.cc
parent00caa48b917d9c300c70403b3a9ea665a8f67d26 (diff)
downloadcygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.gz
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.tar.bz2
cygnal-46f5dd59581f3405e56a48f351ed97a0af0f70ef.zip
whitespace cleanup
Diffstat (limited to 'winsup/cygwin/dll_init.cc')
-rw-r--r--winsup/cygwin/dll_init.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/dll_init.cc b/winsup/cygwin/dll_init.cc
index 420f0d8f2..bd6e74a73 100644
--- a/winsup/cygwin/dll_init.cc
+++ b/winsup/cygwin/dll_init.cc
@@ -132,10 +132,10 @@ dll::init ()
following fix: Check if the path is preceeded by a long pathname prefix,
and, if so, drop it forthwith so that subsequent full path comparisons
work as expected.
-
+
At least that was the original idea. In fact there are two case, linked
and runtime loaded DLLs, which have to be distinguished:
-
+
- Linked DLLs are loaded by only specifying the basename of the DLL and
searching it using the system DLL search order as given in the
aforementioned MSDN URL.