and required by some builds. Fixes an issue that caused both
debug and release DLLs to be loaded.
Rubber-stamped by Jon Honeycutt.
* win/tools/vsprops/debug_internal.vsprops:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@29554
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2008-01-17 Steve Falkenburg <sfalken@apple.com>
+
+ Add preprocessor define accidently dropped in my unification,
+ and required by some builds. Fixes an issue that caused both
+ debug and release DLLs to be loaded.
+
+ Rubber-stamped by Jon Honeycutt.
+
+ * win/tools/vsprops/debug_internal.vsprops:
+
2008-01-16 Steve Falkenburg <sfalken@apple.com>
Use recommended security-related compiler settings.
>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="USE_DEBUG_SAFARI_THEME"
+ PreprocessorDefinitions="USE_DEBUG_SAFARI_THEME;DEBUG_INTERNAL"
RuntimeLibrary="3"
/>
<UserMacro