]> git.saurik.com Git - wxWidgets.git/commit
Under Cygwin, in platform.h default to wxMSW unless otherwise specified.
authorMattia Barbon <mbarbon@cpan.org>
Fri, 17 Jan 2003 20:01:20 +0000 (20:01 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 17 Jan 2003 20:01:20 +0000 (20:01 +0000)
commitd66dcb6022662c03aa32f1c7ad306552f1edfdc0
tree989b55008decf345a0492db494bb0de6e5e93f2b
parentb78a78f779b95dc46b66e07fddac87ffb0aed1dc
  Under Cygwin, in platform.h default to wxMSW unless otherwise specified.
  Do not #define __WIN95__, __WINDOWS__, __WXMSW__ on the command line for
Cygwin/MinGW (when build with makefiles), since platform.h already does
that for us.
  Always check for __WIN32__, not for WIN32 or _WIN32 (just for
consistency).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/msw/dibutils.h
include/wx/platform.h
src/makeg95.env
src/msw/dibutils.cpp
src/msw/printwin.cpp
src/msw/window.cpp