mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 06:31:20 +01:00
Enable conformance mode for the FileDialog and Audacity projects.
This commit is contained in:
committed by
James Crook
parent
0f33e2bafa
commit
d06abcd27e
@@ -322,7 +322,7 @@ private:
|
||||
#ifdef _DEBUG
|
||||
#ifdef _MSC_VER
|
||||
#undef THIS_FILE
|
||||
static char*THIS_FILE = __FILE__;
|
||||
static const char THIS_FILE[] = __FILE__;
|
||||
#define new new(_NORMAL_BLOCK, THIS_FILE, __LINE__)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
9
win/Projects/Audacity/Directory.Build.props
Normal file
9
win/Projects/Audacity/Directory.Build.props
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project>
|
||||
<Import Project="..\..\..\Directory.Build.props" />
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<LanguageStandard>stdcpp14</LanguageStandard>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
</Project>
|
||||
3
win/Projects/filedialog/Directory.Build.props
Normal file
3
win/Projects/filedialog/Directory.Build.props
Normal file
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="..\Audacity\Directory.Build.props" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user