mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* wince/Makefile.sub: undefine HAVE__SETJMP.
* wince/resource.rb: include winver.h in wince3.0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0347d29810
commit
aa49df66ae
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
Sat Jun 21 13:56:09 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp>
|
||||
|
||||
* wince/Makefile.sub: undefine HAVE__SETJMP.
|
||||
|
||||
* wince/resource.rb: include winver.h in wince3.0.
|
||||
|
||||
Fri Jun 20 23:28:27 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (proc_invoke): should not propagate TAG_BREAK and
|
||||
|
|
|
@ -262,7 +262,6 @@ config.h:
|
|||
#define HAVE_WAITPID 1
|
||||
#define HAVE_CHSIZE 0
|
||||
#define HAVE_TIMES 1
|
||||
#define HAVE__SETJMP 1
|
||||
#define HAVE_TELLDIR 1
|
||||
#define HAVE_SEEKDIR 1
|
||||
#define HAVE_MKTIME 1
|
||||
|
|
|
@ -55,7 +55,7 @@ end
|
|||
f.binmode if /mingw/ =~ RUBY_PLATFORM
|
||||
|
||||
f.print("#include <windows.h>\n")
|
||||
f.print("#include <winver.h>\n") if $wce_ver=="2.11"
|
||||
f.print("#include <winver.h>\n") if $wce_ver=="2.11" or $wce_ver=="3.00"
|
||||
|
||||
f.print <<EOF
|
||||
|
||||
|
|
Loading…
Reference in a new issue