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:
@@ -85,10 +85,6 @@
|
||||
# define __WXMSW__
|
||||
# endif
|
||||
|
||||
# if !defined(__WINDOWS__)
|
||||
# define __WINDOWS__
|
||||
# endif
|
||||
|
||||
# ifndef _WIN32
|
||||
# define _WIN32
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user