summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authoruema2 <uema2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-21 04:55:59 +0000
committeruema2 <uema2@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-06-21 04:55:59 +0000
commitaa49df66ae0f39d9480cc20d19d7225b762296a0 (patch)
tree41fc0576fae672f12b610ed35c459778eac3a786 /wince
parent0347d29810521261d12959fde5a49eadc33e5f0b (diff)
* 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
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.sub1
-rw-r--r--wince/resource.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/wince/Makefile.sub b/wince/Makefile.sub
index d56b217533..77c8008cfb 100644
--- a/wince/Makefile.sub
+++ b/wince/Makefile.sub
@@ -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
diff --git a/wince/resource.rb b/wince/resource.rb
index f407266ab4..6da6cd017f 100644
--- a/wince/resource.rb
+++ b/wince/resource.rb
@@ -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