File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// Defines Version Information to include in DLL on Windows.
2
2
// Refer: https://learn.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource
3
3
#include <winver.h> // Defines VS_VERSION_INFO
4
- #define BSON_COMPILATION // Tell bson-version.h it is part of compilation.
4
+
5
5
#include <bson/bson-version.h> // Defines BSON_MAJOR_VERSION and other version macros.
6
- #undef BSON_COMPILATION
7
6
8
7
#define BSON_OUTPUT_BASENAME "@BSON_OUTPUT_BASENAME@"
9
8
#define BSON_API_VERSION "@BSON_API_VERSION@"
Original file line number Diff line number Diff line change 1
1
// Defines Version Information to include in DLL on Windows.
2
2
// Refer: https://learn.microsoft.com/en-us/windows/win32/menurc/versioninfo-resource
3
3
#include <winver.h> // Defines VS_VERSION_INFO
4
+
4
5
#include <mongoc/mongoc-version.h> // Defines MONGOC_MAJOR_VERSION and other version macros.
5
6
6
7
#define MONGOC_OUTPUT_BASENAME "@MONGOC_OUTPUT_BASENAME@"
You can’t perform that action at this time.
0 commit comments