From f90ddc8c22079e5f54c9c21f633c0d829f3218a2 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sat, 23 Jul 2011 10:07:25 +0000 Subject: PR#5290: added hash functions for channels, nats, mutexes, conditions. Also: added "custom_compare_ext_default" to all struct custom_operations: default initialization to 0 did what we want, but explicit initialization better documents the C sources. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11143 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/unixsupport.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otherlibs/win32unix/unixsupport.c') diff --git a/otherlibs/win32unix/unixsupport.c b/otherlibs/win32unix/unixsupport.c index 2f545c19f..45d689ff6 100644 --- a/otherlibs/win32unix/unixsupport.c +++ b/otherlibs/win32unix/unixsupport.c @@ -44,7 +44,8 @@ static struct custom_operations win_handle_ops = { win_handle_compare, win_handle_hash, custom_serialize_default, - custom_deserialize_default + custom_deserialize_default, + custom_compare_ext_default }; value win_alloc_handle(HANDLE h) -- cgit v1.2.3-70-g09d2