Skip to content

Commit e381dd6

Browse files
committed
Use firebird from vcpkg
1 parent 6dc02c7 commit e381dd6

64 files changed

Lines changed: 15 additions & 41696 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/lib/Blob.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "Attachment.h"
2727
#include "Client.h"
2828
#include "Transaction.h"
29-
#include "fb-api/firebird/impl/inf_pub.h"
29+
#include "firebird/impl/inf_pub.h"
3030
#include <cstdint>
3131
#include <cstring>
3232
#include <limits>

src/lib/fb-api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#pragma GCC diagnostic ignored "-Wconversion"
3131
#endif
3232

33-
#include "fb-api/firebird/Interface.h"
33+
#include "firebird/Interface.h"
3434

3535
#ifdef __GNUC__
3636
#pragma GCC diagnostic pop

0 commit comments

Comments
 (0)