Remove redundant __WINDOWS__ check and definition

Remove this block was as it was inside "#ifdef __WINDOWS__" and so the
condition could never be true anyhow.

No real changes.
This commit is contained in:
Vadim Zeitlin 2017-08-24 13:42:15 +02:00
parent df1254dfbf
commit 35620a15b6

View File

@ -85,10 +85,6 @@
# define __WXMSW__
# endif
# if !defined(__WINDOWS__)
# define __WINDOWS__
# endif
# ifndef _WIN32
# define _WIN32
# endif