зеркало из https://github.com/github/ruby.git
Get rid of redefinition of memcpy on mingw
This commit is contained in:
Родитель
04eb05a8e0
Коммит
17d17de0e8
|
@ -264,6 +264,7 @@ rb_alloc_tmp_buffer2(volatile VALUE *store, long count, size_t elsize)
|
|||
store, rbimpl_size_mul_or_raise(count, elsize), count);
|
||||
}
|
||||
|
||||
#ifndef __MINGW32__
|
||||
RBIMPL_ATTR_NOALIAS()
|
||||
RBIMPL_ATTR_NONNULL((1))
|
||||
RBIMPL_ATTR_RETURNS_NONNULL()
|
||||
|
@ -282,5 +283,6 @@ ruby_nonempty_memcpy(void *dest, const void *src, size_t n)
|
|||
}
|
||||
#undef memcpy
|
||||
#define memcpy ruby_nonempty_memcpy
|
||||
#endif
|
||||
|
||||
#endif /* RBIMPL_MEMORY_H */
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
/* before stdio.h in ruby/define.h */
|
||||
# define MINGW_HAS_SECURE_API 1
|
||||
#endif
|
||||
#include <wchar.h>
|
||||
#include "ruby/ruby.h"
|
||||
#include "ruby/encoding.h"
|
||||
#include "internal.h"
|
||||
#include "internal/error.h"
|
||||
#include <winbase.h>
|
||||
#include <wchar.h>
|
||||
#include <shlwapi.h>
|
||||
#include "win32/file.h"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче