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