summaryrefslogtreecommitdiff
path: root/win32/file.c
diff options
context:
space:
mode:
-rw-r--r--win32/file.c4
1 files changed, 3 insertions, 1 deletions
@@ -10,6 +10,7 @@
#include <wchar.h>
#include <shlwapi.h>
#include "win32/file.h"
#ifndef INVALID_FILE_ATTRIBUTES
# define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
@@ -592,8 +593,9 @@ rb_file_expand_path_internal(VALUE fname, VALUE dname, int abs_mode, int long_na
return result;
}
int
-rb_file_load_ok(const char *path)
{
DWORD attr;
int ret = 1;