summaryrefslogtreecommitdiff
path: root/data/vs-1.0/msvc/x86.props
diff options
context:
space:
mode:
authorSeungha Yang <seungha@centricular.com>2022-07-06 00:53:19 +0900
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2022-07-07 19:59:34 +0000
commita7d074a6c91cf73e20433494f4b84ecc938796f4 (patch)
tree6170224d949005a61b793a512e05e31beb67494a /data/vs-1.0/msvc/x86.props
parentb1ae3dcfdcda094b443fd70115f2e78030876976 (diff)
msvc: Remove unnecessary global defines
* WINVER/_WIN32_WINNT/_WIN64_WINNT: This must be set by user. Don't force ancient target * WIN32/WIN64/_WINDOWS/HAVE_WIN32: Why? * _USRDLL: Ancient MFC related define. Should be done by user Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/888>
Diffstat (limited to 'data/vs-1.0/msvc/x86.props')
-rw-r--r--data/vs-1.0/msvc/x86.props5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/vs-1.0/msvc/x86.props b/data/vs-1.0/msvc/x86.props
index 1c9a5acc..67ee5e00 100644
--- a/data/vs-1.0/msvc/x86.props
+++ b/data/vs-1.0/msvc/x86.props
@@ -7,10 +7,5 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup />
- <ItemDefinitionGroup>
- <ClCompile>
- <PreprocessorDefinitions>WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- </ItemDefinitionGroup>
<ItemGroup />
</Project>