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 /protocols/Skype/keypacker/keypacker_10.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 'protocols/Skype/keypacker/keypacker_10.vcxproj')
-rw-r--r-- | protocols/Skype/keypacker/keypacker_10.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Skype/keypacker/keypacker_10.vcxproj b/protocols/Skype/keypacker/keypacker_10.vcxproj index 639088106e..0db7de2c58 100644 --- a/protocols/Skype/keypacker/keypacker_10.vcxproj +++ b/protocols/Skype/keypacker/keypacker_10.vcxproj @@ -42,7 +42,7 @@ <ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
@@ -55,7 +55,7 @@ <Optimization>Full</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
</ClCompile>
<Link>
|