Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mingkuang-Chuyu committed Dec 2, 2020
1 parent 0793f90 commit f29d0c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/LTL_Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define LTLVersion1 4
#define LTLVersion2 1
#define LTLVersion3 1
#define LTLVersion4 4
#define LTLVersion4 6

#endif

2 changes: 2 additions & 0 deletions src/VC-LTL_Global.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions>_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<!--修正某些新的符号不导出问题-->
<PreprocessorDefinitions Condition="'$(RootNamespace)' == 'stl' and '$(Configuration)' == 'Redist'">_CRT_SATELLITE_1=__declspec(dllexport);_CRT_SATELLITE_2=__declspec(dllexport);_BUILDING_SATELLITE_CODECVT_IDS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalOptions Condition=" ('$(PlatformShortName)'=='x64') and ('$(PlatformToolsetVersion)'=='142') ">/d2FH4- %(AdditionalOptions)</AdditionalOptions>
<!--避免使用tlsGuards,因为VC-LTL能确保不会使用那些动态的。此外避免高版本依赖-->
<AdditionalOptions Condition="'$(PlatformToolsetVersion)'=='142'">/Zc:tlsGuards- %(AdditionalOptions)</AdditionalOptions>
Expand Down

0 comments on commit f29d0c6

Please sign in to comment.