From 3de54dec267abf845ca32bd1f6026834cc04d853 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Thu, 22 Sep 2005 14:21:50 +0000 Subject: Remplacement long/unsigned long par intnat/uintnat git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7064 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/win32unix/write.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/win32unix/write.c') diff --git a/otherlibs/win32unix/write.c b/otherlibs/win32unix/write.c index 862e50791..8c255e11a 100644 --- a/otherlibs/win32unix/write.c +++ b/otherlibs/win32unix/write.c @@ -22,7 +22,7 @@ CAMLprim value unix_write(value fd, value buf, value vofs, value vlen) { - long ofs, len, written; + intnat ofs, len, written; DWORD numbytes, numwritten; char iobuf[UNIX_BUFFER_SIZE]; @@ -65,7 +65,7 @@ CAMLprim value unix_write(value fd, value buf, value vofs, value vlen) CAMLprim value unix_single_write(value fd, value buf, value vofs, value vlen) { - long ofs, len, written; + intnat ofs, len, written; DWORD numbytes, numwritten; char iobuf[UNIX_BUFFER_SIZE]; -- cgit v1.2.3-70-g09d2