зеркало из https://github.com/github/ruby.git
* win32/file.c (INVALID_FILE_ATTRIBUTES): commit miss of r35384.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35385 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ff19b1d81e
Коммит
ab649ef3c4
|
@ -1,6 +1,10 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include <winbase.h>
|
||||
|
||||
#ifndef INVALID_FILE_ATTRIBUTES
|
||||
# define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
|
||||
#endif
|
||||
|
||||
int
|
||||
rb_file_load_ok(const char *path)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче