diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-22 14:31:11 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-22 14:31:11 +0000 |
commit | d89014c40c6334665a9050439ac3b6ab92848a72 (patch) | |
tree | d917723215c50684c4fa3cf9ac3b1f7629ee7f0c /plugins/ProfileManager/pmanagerEx_12.vcxproj | |
parent | ef3f477d42156b0c9994f1de3f85cf052448e52c (diff) |
WIN32 macro isn't needed in projects
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager/pmanagerEx_12.vcxproj')
-rw-r--r-- | plugins/ProfileManager/pmanagerEx_12.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ProfileManager/pmanagerEx_12.vcxproj b/plugins/ProfileManager/pmanagerEx_12.vcxproj index 32a3fc653f..1af7e32e7e 100644 --- a/plugins/ProfileManager/pmanagerEx_12.vcxproj +++ b/plugins/ProfileManager/pmanagerEx_12.vcxproj @@ -77,7 +77,7 @@ <ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -130,7 +130,7 @@ <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<FunctionLevelLinking>true</FunctionLevelLinking>
<WarningLevel>Level3</WarningLevel>
|