Update of /cvsroot/mahogany/M/lib/dspam
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20571

Modified Files:
        sqlite_drv.c 
Log Message:
fix conflict with ERROR_UNKNOWN_FEATURE defined in windows.h

Index: sqlite_drv.c
===================================================================
RCS file: /cvsroot/mahogany/M/lib/dspam/sqlite_drv.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- sqlite_drv.c        23 Oct 2004 16:13:00 -0000      1.11
+++ sqlite_drv.c        23 Oct 2004 21:25:31 -0000      1.12
@@ -52,4 +52,9 @@
 #endif
 
+#ifdef _WIN32
+#   include <process.h>
+#   include "dir_win32.h"
+#endif
+
 #include "storage_driver.h"
 #include "sqlite_drv.h"
@@ -62,9 +67,4 @@
 #include "config_shared.h"
 
-#ifdef _WIN32
-#   include <process.h>
-#   include "dir_win32.h"
-#endif
-
 int
 dspam_init_driver (void)



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to