From 39fee6259449a5e9a97703862448a01ca166f232 Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 27 Nov 2001 22:01:16 +0000 Subject: [PATCH] :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001 --- common/links/fbus-3110.c | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/common/links/fbus-3110.c b/common/links/fbus-3110.c index 5f98794..5d8af0e 100644 --- a/common/links/fbus-3110.c +++ b/common/links/fbus-3110.c @@ -16,8 +16,11 @@ The various routines are called FBUS_(whatever). $Log$ - Revision 1.1.1.1 2001/11/25 21:59:10 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.2 2001/11/27 22:01:16 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Tue Nov 27 22:58 CET 2001 + + Revision 1.3 2001/11/27 12:19:01 pkot + Cleanup, indentation, ANSI complaint preprocesor symbols (Jan Kratochvil, me) Revision 1.2 2001/11/09 14:25:04 pkot DEBUG cleanups @@ -45,13 +48,13 @@ #include "links/utils.h" #ifndef WIN32 - #include "device.h" +# include "device.h" #else - #include "win32/winserial.h" - #define device_write(a, b) WriteCommBlock(a, b) - #define device_read(a, b) ReadCommBlock(a, b) - #define sleep(x) Sleep((x) * 1000) - #define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) +# include "win32/winserial.h" +# define device_write(a, b) WriteCommBlock(a, b) +# define device_read(a, b) ReadCommBlock(a, b) +# define sleep(x) Sleep((x) * 1000) +# define usleep(x) Sleep(((x) < 1000) ? 1 : ((x) / 1000)) #endif #define __links_fbus_3110_c -- 1.8.3.1