* win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-20 09:25:26 +00:00
parent 8aad14327b
commit 88db4af385
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Fri Mar 20 18:25:25 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (errmap): added ERROR_MOD_NOT_FOUND.
Fri Mar 20 09:22:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (libprefix): must not append "lib" after $(libdir),

View File

@ -161,6 +161,7 @@ static struct {
{ ERROR_PIPE_NOT_CONNECTED, EPIPE },
{ ERROR_OPERATION_ABORTED, EINTR },
{ ERROR_NOT_ENOUGH_QUOTA, ENOMEM },
{ ERROR_MOD_NOT_FOUND, ENOENT },
{ WSAENAMETOOLONG, ENAMETOOLONG },
{ WSAENOTEMPTY, ENOTEMPTY },
{ WSAEINTR, EINTR },