Author: wyoung
Date: Tue Feb 12 04:59:09 2008
New Revision: 2184

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2184&view=rev
Log:
Removed code to suppress use of stdint.h on MinGW: it *does* ship
stdint.h, even though the MS C library it's built on top of doesn't.
Tested as working, so...

Modified:
    trunk/lib/common.h

Modified: trunk/lib/common.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/common.h?rev=2184&r1=2183&r2=2184&view=diff
==============================================================================
--- trunk/lib/common.h (original)
+++ trunk/lib/common.h Tue Feb 12 04:59:09 2008
@@ -88,11 +88,6 @@
 #              pragma warning(disable: 4996)
                // Call _snprintf() for VC++ version of snprintf() function
 #              define snprintf _snprintf
-#      elif defined(__MINGW32__)
-               // MinGW uses the MS standard C library, so it, too, lacks
-               // stdint.h.  Again, run test/inttypes.cpp to see if the guesses
-               // in lib/sql_types.h are correct on your particular system.
-#              define MYSQLPP_NO_STDINT_H
 #      endif
 
        // Define DLL import/export tags for Windows compilers, where we build


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

Reply via email to