1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of

troubles.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2005-03-25 01:58:30 +00:00
parent 1f23cfb899
commit 0d5d00fcb9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Mar 25 10:53:16 2005 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (WIN32_LEAN_AND_MEAN): removed because a lot of
troubles.
Thu Mar 24 23:10:44 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mkmf.rb (macro_defined?): try to compile for an old compiler

View file

@ -1306,7 +1306,7 @@ case "$target_os" in
fi
AC_LIBOBJ([win32])
COMMON_LIBS=m
COMMON_MACROS="WIN32_LEAN_AND_MEAN="
# COMMON_MACROS="WIN32_LEAN_AND_MEAN="
COMMON_HEADERS="windows.h winsock.h"
;;
esac