This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Clarify a comment in errno2.h
[perl5.git] / win32 / win32.h
index 3065867..47a1dc6 100644 (file)
@@ -369,6 +369,8 @@ extern char *               win32_get_vendorlib(const char *pl, STRLEN *const len);
 extern void            win32_delete_internal_host(void *h);
 #endif
 
+extern int             win32_get_errno(int err);
+
 extern const char * const              staticlinkmodules[];
 
 END_EXTERN_C