diff options
-rw-r--r-- | quality/list | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quality/list b/quality/list index 2e16fbf..a376274 100644 --- a/quality/list +++ b/quality/list @@ -1,3 +1,9 @@ +! Examples/tests .sln files have empty lines which breaks MSBuild + +- Use SQLITE_API=__declspec(dllexport) instead of .def file in SQLite Vcproj + + Can also get rid of extra /EXPORT directives. + ! Define DATABASE_* in common/config.hxx if ODB_DATABASE_* is defined Can then use one set of macros in both headers and the driver in |