From 35620a15b61b9dbf6466b342bb5c464af76aabdc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 Aug 2017 13:42:15 +0200 Subject: [PATCH] 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. --- include/wx/platform.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/platform.h b/include/wx/platform.h index 792dae400c..e7913cfab6 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -85,10 +85,6 @@ # define __WXMSW__ # endif -# if !defined(__WINDOWS__) -# define __WINDOWS__ -# endif - # ifndef _WIN32 # define _WIN32 # endif