Skip to content

Commit

Permalink
Define SOCI_FIREBIRD_SOURCE in all Firebird source files too
Browse files Browse the repository at this point in the history
One of them was missing this definition, resulting in using inconsistent
linkage for Firebird backend symbols under Windows.
  • Loading branch information
vadz committed Oct 16, 2024
1 parent 86a7d8c commit a55c809
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backends/firebird/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// http://www.boost.org/LICENSE_1_0.txt)
//

#define SOCI_FIREBIRD_SOURCE
#include "soci/soci-platform.h"
#include "firebird/common.h"
#include "soci/soci-backend.h"
Expand Down

0 comments on commit a55c809

Please sign in to comment.