Author: mysqlpp
Date: Fri Jul 29 01:27:31 2005
New Revision: 991

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=991&view=rev
Log:
Removed MYSQLPP_EXPORT tag on all methods defined inline.  VC++ doesn't
mind either way, but it does annoy MinGW to have __declspec(dllimport)
on functions that aren't actually found in the DLL.

Again, this doesn't yet solve the full MinGW build issue, but its
closer...

Modified:
    trunk/lib/coldata.h
    trunk/lib/compare.h
    trunk/lib/connection.h
    trunk/lib/const_string.h
    trunk/lib/datetime.h
    trunk/lib/exceptions.h
    trunk/lib/field_names.h
    trunk/lib/field_types.h
    trunk/lib/fields.h
    trunk/lib/noexceptions.h
    trunk/lib/null.h
    trunk/lib/qparms.h
    trunk/lib/query.h
    trunk/lib/result.h
    trunk/lib/row.h
    trunk/lib/sql_string.h
    trunk/lib/tiny_int.h
    trunk/lib/type_info.h


Reply via email to