summaryrefslogtreecommitdiff
path: root/libs/libmdbx
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-24 16:37:00 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-24 16:37:00 +0300
commit25f5677c61c55d3036b39eca608e137633357ac3 (patch)
tree4dae8e2bd131ac33e1b6d531170ffd673a4f413c /libs/libmdbx
parentb03b8c0267b26c418880ec03c33ccba59a8cf2d0 (diff)
project file fix
Diffstat (limited to 'libs/libmdbx')
-rw-r--r--libs/libmdbx/libmdbx.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/libmdbx/libmdbx.vcxproj b/libs/libmdbx/libmdbx.vcxproj
index 6e2993f936..6652899fbd 100644
--- a/libs/libmdbx/libmdbx.vcxproj
+++ b/libs/libmdbx/libmdbx.vcxproj
@@ -28,6 +28,7 @@
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>MDBX_BUILD_SHARED_LIBRARY=1;MDBX_TXN_CHECKOWNER=0;LIBMDBX_EXPORTS=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <LanguageStandard_C>stdc17</LanguageStandard_C>
</ClCompile>
<Link>
<AdditionalDependencies>ntdll.lib;%(AdditionalDependencies)</AdditionalDependencies>