summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-04-16 03:03:45 +0000
committerChristopher Faylor <me@cgf.cx>2003-04-16 03:03:45 +0000
commitc448f78fd56ef8d34474adc2678d6394a4d088ec (patch)
tree8b0177d10bddf05d3648e296b07ab13e218115e8 /winsup/cygwin/autoload.cc
parent9eed5df6392240b46c2506dcb37227ee73f5a806 (diff)
downloadcygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.tar.gz
cygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.tar.bz2
cygnal-c448f78fd56ef8d34474adc2678d6394a4d088ec.zip
* termios.cc (setspeed): New function.
(cfsetospeed): Use setspeed to set speed. (cfsetispeed): Use setspeed to set speed. * autoload.cc: Add load statement for UuidCreate, and UuidCreateSequential. * cpuid.h: New file. * cygwin.din: Export gethostid. * fhandler_proc.cc (cpuid): Move to cpuid.h. (can_set_flag): Move to cpuid.h. * syscalls.cc (gethostid): New function. * version.h: Bump DLL minor version number to 83.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 59d846992..1ea024d63 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -523,4 +523,7 @@ LoadDLLfuncEx (timeGetDevCaps, 8, winmm, 1)
LoadDLLfuncEx (timeGetTime, 0, winmm, 1)
LoadDLLfuncEx (timeBeginPeriod, 4, winmm, 1)
LoadDLLfuncEx (timeEndPeriod, 4, winmm, 1)
+
+LoadDLLfuncEx (UuidCreate, 4, rpcrt4, 1)
+LoadDLLfuncEx (UuidCreateSequential, 4, rpcrt4, 1)
}