dbd/mysql/dbd_mysql.h

changeset 33
6c64c45e7d8f
parent 2
c4f02fc67e5a
--- a/dbd/mysql/dbd_mysql.h	Tue Sep 01 13:15:02 2009 +0000
+++ b/dbd/mysql/dbd_mysql.h	Fri Sep 18 12:40:53 2009 +0000
@@ -1,3 +1,8 @@
+#ifdef _MSC_VER  /* all MS compilers define this (version) */
+	#include <windows.h> 
+#endif
+
+
 #include <mysql.h>
 #include <dbd/common.h>
 

mercurial