summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2020-10-15 11:46:15 +1100
committerTony Cook <tony@develop-help.com>2020-12-01 15:29:33 +1100
commit203831af1a745c76df85e12f4a1cf47e5bddf3ff (patch)
treea97f55d9762d862c95b6e66cffa13e3d5b4e1516 /win32/win32.h
parent17ab6b6399dbe07e478478e9eba9aeb345eab2ed (diff)
downloadperl-203831af1a745c76df85e12f4a1cf47e5bddf3ff.tar.gz
remove ${^WIN32_SLOPPY_STAT}
The new implementation, like the UCRT implementation, always opens the specified file.
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 171cbfb8b8..40ab7e043a 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -563,7 +563,6 @@ struct interp_intern {
UINT timerid;
unsigned poll_count;
Sighandler_t sigtable[SIG_SIZE];
- bool sloppystat;
};
#define WIN32_POLL_INTERVAL 32768
@@ -597,7 +596,6 @@ struct interp_intern {
#define w32_init_socktype (PL_sys_intern.thr_intern.Winit_socktype)
#define w32_use_showwindow (PL_sys_intern.thr_intern.Wuse_showwindow)
#define w32_showwindow (PL_sys_intern.thr_intern.Wshowwindow)
-#define w32_sloppystat (PL_sys_intern.sloppystat)
#ifdef USE_ITHREADS
void win32_wait_for_children(pTHX);