Win32 portability fixes
authorAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 15:08:25 +0000 (15:08 +0000)
committerAri Johnson <ari@cobramush.org>
Tue, 20 Feb 2007 15:08:25 +0000 (15:08 +0000)
src/boolexp.c
src/bsd.c
src/db.c

index e105987cdeadf7f7c768f3bef4488bff2d8f2536..9a8186c2b78107ee4826df2b5526c0e0f46cc4c4 100644 (file)
 #include "strtree.h"
 #include "confmagic.h"
 
-
 #ifdef WIN32
 #pragma warning( disable : 4761)        /* disable warning re conversion */
 #endif
index d9668e8e64bf92fb232f32c053dd01607c15bccb..187ec829d89a797afee3a8e9a49c77b90458189c 100644 (file)
--- a/src/bsd.c
+++ b/src/bsd.c
@@ -28,6 +28,7 @@
 #define EWOULDBLOCK WSAEWOULDBLOCK
 #define MAXHOSTNAMELEN 32
 #define LC_MESSAGES 6
+#pragma warning( disable : 4761)       /* disable warning re conversion */
 #else                          /* !WIN32 */
 #ifdef I_SYS_FILE
 #include <sys/file.h>
index 0937cb94a07cda7247cfa2b1e4913b705e51273e..929d3ff557df060d8f33aef79aa03a21ac28a96e 100644 (file)
--- a/src/db.c
+++ b/src/db.c
@@ -36,7 +36,6 @@
 #include "extmail.h"
 #include "confmagic.h"
 
-
 #ifdef WIN32
 #pragma warning( disable : 4761)      /* disable warning re conversion */
 #endif