* 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:
parent
8aad14327b
commit
88db4af385
@ -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>
|
Fri Mar 20 09:22:59 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* configure.in (libprefix): must not append "lib" after $(libdir),
|
* configure.in (libprefix): must not append "lib" after $(libdir),
|
||||||
|
@ -161,6 +161,7 @@ static struct {
|
|||||||
{ ERROR_PIPE_NOT_CONNECTED, EPIPE },
|
{ ERROR_PIPE_NOT_CONNECTED, EPIPE },
|
||||||
{ ERROR_OPERATION_ABORTED, EINTR },
|
{ ERROR_OPERATION_ABORTED, EINTR },
|
||||||
{ ERROR_NOT_ENOUGH_QUOTA, ENOMEM },
|
{ ERROR_NOT_ENOUGH_QUOTA, ENOMEM },
|
||||||
|
{ ERROR_MOD_NOT_FOUND, ENOENT },
|
||||||
{ WSAENAMETOOLONG, ENAMETOOLONG },
|
{ WSAENAMETOOLONG, ENAMETOOLONG },
|
||||||
{ WSAENOTEMPTY, ENOTEMPTY },
|
{ WSAENOTEMPTY, ENOTEMPTY },
|
||||||
{ WSAEINTR, EINTR },
|
{ WSAEINTR, EINTR },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user