summaryrefslogtreecommitdiff
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <cgf@redhat.com>2003-03-09 20:53:45 +0000
committerChristopher Faylor <cgf@redhat.com>2003-03-09 20:53:45 +0000
commit50646e099d8afadb38e279369ed3750ffcb95942 (patch)
tree7e1a52e50df9a4fe01f543dcb2bd89b51c6bc558 /winsup/cygwin/autoload.cc
parent8bc4e3ad8c3a393ce489fdeba08e811608e80a72 (diff)
downloadgdb-50646e099d8afadb38e279369ed3750ffcb95942.tar.gz
merge from trunk
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 b29c9d26908..659ca2be210 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -501,6 +501,7 @@ LoadDLLfuncEx (CreateHardLinkA, 12, kernel32, 1)
LoadDLLfuncEx (CreateToolhelp32Snapshot, 8, kernel32, 1)
LoadDLLfuncEx2 (GetCompressedFileSizeA, 8, kernel32, 1, 0xffffffff)
LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1)
+LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1)
LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1)
LoadDLLfuncEx (Process32First, 8, kernel32, 1)
LoadDLLfuncEx (Process32Next, 8, kernel32, 1)