Skip to content

Commit 69e52dc

Browse files
committed
Use correct maxminddb_config.h and remove MMDB_UINT128_IS_BYTE_ARRAY
1 parent a736f10 commit 69e52dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/VS12/libmaxminddb.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ItemDefinitionGroup>
99
<ClCompile>
1010
<AdditionalIncludeDirectories>..\..\include</AdditionalIncludeDirectories>
11-
<PreprocessorDefinitions>MMDB_UINT128_IS_BYTE_ARRAY=1;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
11+
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
1212
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
1313
<WarningLevel>Level3</WarningLevel>
1414
<ExceptionHandling>false</ExceptionHandling>
@@ -20,7 +20,7 @@
2020
</ClCompile>
2121
<PreBuildEvent>
2222
<Command>if NOT EXIST (..\..\include\maxminddb_config.h) (
23-
copy ..\..\include\maxminddb_config.h.in ..\..\include\maxminddb_config.h
23+
copy maxminddb_config.h ..\..\include\maxminddb_config.h
2424
)</Command>
2525
</PreBuildEvent>
2626
<Lib>

0 commit comments

Comments
 (0)