win: use #ifdef instead of #if defined()

This commit is contained in:
Bert Belder 2018-06-11 14:38:16 +02:00
parent 5dacd46a94
commit 02bddcd1a9
No known key found for this signature in database
GPG Key ID: 7A77887B2E2ED461

View File

@ -10,7 +10,7 @@
#pragma clang diagnostic ignored "-Wreserved-id-macro"
#endif
#if defined(_WIN32_WINNT)
#ifdef _WIN32_WINNT
#undef _WIN32_WINNT
#endif