From dc13952417e5c918de9bd51f504db7a289ddabed Mon Sep 17 00:00:00 2001 From: uema2 Date: Sun, 1 Jun 2003 04:44:45 +0000 Subject: * wince/string_wce.c: add strpbrk() for hpcpro support. * wince/setup.mak: add hpcpro(CE2.11) & armv4t(CE.NET) support. * wince/resource.rb: ditto. * wince/Makefile.sub: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- wince/resource.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'wince/resource.rb') diff --git a/wince/resource.rb b/wince/resource.rb index 4b3d1af400..f407266ab4 100644 --- a/wince/resource.rb +++ b/wince/resource.rb @@ -54,11 +54,10 @@ end open(base + '.rc', "w") { |f| f.binmode if /mingw/ =~ RUBY_PLATFORM + f.print("#include \n") + f.print("#include \n") if $wce_ver=="2.11" + f.print < -#if _WIN32_WCE > 400 - #include -#endif #{icons} VS_VERSION_INFO VERSIONINFO -- cgit v1.2.3