mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* dln.c: Ruby no longer supports Windows CE.
* eval.c: ditto. * include/ruby/defines.h: ditto. * include/ruby/win32.h: ditto. * ruby.c: ditto. * strftime.c: ditto. * win32/Makefile.sub: ditto. * win32/win32.c: ditto. * ext/tk/extconf.rb: ditto. * lib/fileutils.rb: ditto. * test/fileutils/test_fileutils.rb: ditto. * wince/*: removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
642e081879
commit
a8c3540b32
48 changed files with 38 additions and 3388 deletions
|
@ -105,10 +105,8 @@ void xfree(void*);
|
|||
|
||||
#if defined(_WIN32) || defined(__EMX__)
|
||||
#define DOSISH 1
|
||||
#ifndef _WIN32_WCE
|
||||
# define DOSISH_DRIVE_LETTER
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__NeXT__) || defined(__APPLE__)
|
||||
/* Do not trust WORDS_BIGENDIAN from configure since -arch compiler flag may
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue