summaryrefslogtreecommitdiff
path: root/plugins/TooltipNotify/ttnotify_11.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TooltipNotify/ttnotify_11.vcxproj')
-rw-r--r--plugins/TooltipNotify/ttnotify_11.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TooltipNotify/ttnotify_11.vcxproj b/plugins/TooltipNotify/ttnotify_11.vcxproj
index 6071e705e3..2155ca3eef 100644
--- a/plugins/TooltipNotify/ttnotify_11.vcxproj
+++ b/plugins/TooltipNotify/ttnotify_11.vcxproj
@@ -102,7 +102,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
@@ -152,7 +152,7 @@
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>Level3</WarningLevel>
<StringPooling>true</StringPooling>