__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:
Włodzimierz Skiba
2005-12-19 10:55:11 +00:00
parent a71d815bbe
commit 1ed6437807
7 changed files with 10 additions and 33 deletions

View File

@@ -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__