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
1 changed files with 0 additions and 4 deletions
|
|
@ -85,10 +85,6 @@
|
|||
# define __WXMSW__
|
||||
# endif
|
||||
|
||||
# if !defined(__WINDOWS__)
|
||||
# define __WINDOWS__
|
||||
# endif
|
||||
|
||||
# ifndef _WIN32
|
||||
# define _WIN32
|
||||
# endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue