Author: wyoung
Date: Wed Apr  5 03:58:15 2006
New Revision: 1283

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1283&view=rev
Log:
Small fix to VS 2003 detection in custom.h

Modified:
    trunk/lib/custom.pl

Modified: trunk/lib/custom.pl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/custom.pl?rev=1283&r1=1282&r2=1283&view=diff
==============================================================================
--- trunk/lib/custom.pl (original)
+++ trunk/lib/custom.pl Wed Apr  5 03:58:15 2006
@@ -67,7 +67,7 @@
 unless ($opt_v) {
        print OUT0 << "---";
 
-#if _MSC_VER < 1400
+#if defined(_MSC_VER) && (_MSC_VER < 1400)
 #      error Please run the MySQL++ script lib/custom.pl with the -v 
compatibility flag.
 #endif
 


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to