__WIN95__ removed (used to differ win3.1 vs. 'modern' 95 look, nowadays always defined for WXMSW so useless). Minor cleanings and corrections for correct #includes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -115,11 +115,6 @@
|
||||
|
||||
# ifndef __WIN32__
|
||||
# define __WIN32__
|
||||
# endif
|
||||
|
||||
/* this means Win95-style UI, i.e. Win9x/NT 4+: always true now */
|
||||
# if !defined(__WIN95__)
|
||||
# define __WIN95__
|
||||
# endif
|
||||
#endif /* Win32 */
|
||||
|
||||
@@ -129,12 +124,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef __WINE__
|
||||
# ifndef __WIN95__
|
||||
# define __WIN95__
|
||||
# endif
|
||||
#endif /* WINE */
|
||||
|
||||
/* detect MS SmartPhone */
|
||||
#if defined( WIN32_PLATFORM_WFSP )
|
||||
# ifndef __SMARTPHONE__
|
||||
|
Reference in New Issue
Block a user