From 1ba498dc00ab0e15ea9b91adb2b0144d465f77a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 17 Aug 2000 00:54:24 +0200 Subject: [PATCH] SDWORD isn't defined here for some reason (it is in the odbc module though)... Rev: src/fdlib.c:1.39 --- src/fdlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fdlib.c b/src/fdlib.c index d0271ef270..6e114e22fd 100644 --- a/src/fdlib.c +++ b/src/fdlib.c @@ -3,7 +3,7 @@ #include "error.h" #include <math.h> -RCSID("$Id: fdlib.c,v 1.38 2000/08/16 15:59:28 grubba Exp $"); +RCSID("$Id: fdlib.c,v 1.39 2000/08/16 22:54:24 grubba Exp $"); #ifdef HAVE_WINSOCK_H @@ -442,7 +442,7 @@ PMOD_EXPORT int debug_fd_close(FD fd) PMOD_EXPORT long debug_fd_write(FD fd, void *buf, long len) { - SDWORD ret; + DWORD ret; long handle; mt_lock(&fd_mutex); FDDEBUG(fprintf(stderr,"Writing %d bytes to %d (%d)\n",len,fd,da_handle[fd])); -- GitLab