diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-17 20:27:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-04-17 20:27:33 +0000 |
commit | 2b51823f8d4ae1bd84a4e8d9d9d0ac0858f88bf1 (patch) | |
tree | 592ffb3c28c2a16639d999defae2f0449e1a6223 /win/configureVC80.vcproj | |
parent | 6c8a6700b898067a63b5044f5d21f7e67964a915 (diff) |
Add operator new[] and delete[], otherwise we can and will get crashes on using a C++ allocated array outside the place where its allocated. Thanks for finding this (indirectly) GreenReaper :)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9532 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win/configureVC80.vcproj')
-rw-r--r-- | win/configureVC80.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configureVC80.vcproj b/win/configureVC80.vcproj index 8b4399e6b..e46cad94e 100644 --- a/win/configureVC80.vcproj +++ b/win/configureVC80.vcproj @@ -128,7 +128,7 @@ RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="true"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
/>
<Tool
|