aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/mingw.c')
-rw-r--r--win32/mingw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/mingw.c b/win32/mingw.c
index 0fa2a1b8f..d6b725e17 100644
--- a/win32/mingw.c
+++ b/win32/mingw.c
@@ -2096,7 +2096,6 @@ void *get_proc_addr(const char *dll, const char *function,
2096 return proc->pfunction; 2096 return proc->pfunction;
2097} 2097}
2098 2098
2099#if ENABLE_FEATURE_SH_STANDALONE || ENABLE_FEATURE_PREFER_APPLETS
2100int unix_path(const char *path) 2099int unix_path(const char *path)
2101{ 2100{
2102 int i; 2101 int i;
@@ -2107,7 +2106,6 @@ int unix_path(const char *path)
2107 free(p); 2106 free(p);
2108 return i >= 0; 2107 return i >= 0;
2109} 2108}
2110#endif
2111 2109
2112/* Return true if file is referenced using a path. This means a path 2110/* Return true if file is referenced using a path. This means a path
2113 * look-up isn't required. */ 2111 * look-up isn't required. */