diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-29 14:19:10 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-29 14:19:10 +0000 |
commit | bb68107270acb937a83b4f93090e1739d555833d (patch) | |
tree | 7fafa3f98cd1cc511535e2a0d429a8a83916e101 /plugins/MenuItemEx | |
parent | 8a6cd84bd31d9f5bbcc5f2256e156ed37326cf9b (diff) |
we don't declare WIN64 anymore in projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@4833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx')
-rw-r--r-- | plugins/MenuItemEx/menuex_10.vcxproj | 4 | ||||
-rw-r--r-- | plugins/MenuItemEx/menuex_11.vcxproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MenuItemEx/menuex_10.vcxproj b/plugins/MenuItemEx/menuex_10.vcxproj index 567b47ee8a..55b70bc0b7 100644 --- a/plugins/MenuItemEx/menuex_10.vcxproj +++ b/plugins/MenuItemEx/menuex_10.vcxproj @@ -102,7 +102,7 @@ <AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -163,7 +163,7 @@ <StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
diff --git a/plugins/MenuItemEx/menuex_11.vcxproj b/plugins/MenuItemEx/menuex_11.vcxproj index baa2a404bf..e7e5d0b704 100644 --- a/plugins/MenuItemEx/menuex_11.vcxproj +++ b/plugins/MenuItemEx/menuex_11.vcxproj @@ -107,7 +107,7 @@ <AdditionalIncludeDirectories>..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
@@ -167,7 +167,7 @@ <StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
- <PreprocessorDefinitions>WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ExceptionHandling>false</ExceptionHandling>
<PrecompiledHeaderFile>menuex.h</PrecompiledHeaderFile>
<PrecompiledHeader>Use</PrecompiledHeader>
|