File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
vsix/ProjectTemplates/VC/Windows Universal/StaticLibrary Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8383 <!-- Temporarily disable cppwinrt heap enforcement to work around xaml compiler generated std::shared_ptr use -->
8484 <AdditionalOptions Condition =" '$(CppWinRTHeapEnforcement)'==''" >/DWINRT_NO_MAKE_DETECTION %(AdditionalOptions)</AdditionalOptions >
8585 <DisableSpecificWarnings ></DisableSpecificWarnings >
86- <PreprocessorDefinitions >_WINRT_DLL ;%(PreprocessorDefinitions)</PreprocessorDefinitions >
86+ <PreprocessorDefinitions >WIN32_LEAN_AND_MEAN;WINRT_LEAN_AND_MEAN ;%(PreprocessorDefinitions)</PreprocessorDefinitions >
8787 <AdditionalUsingDirectories >$(WindowsSDK_WindowsMetadata);$(AdditionalUsingDirectories)</AdditionalUsingDirectories >
8888 </ClCompile >
8989 <Link >
You can’t perform that action at this time.
0 commit comments