File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,6 @@ struct ifaddrs {
262262#endif
263263
264264extern void rb_w32_sysinit (int * , char * * * );
265- extern DWORD rb_w32_osid (void );
266265extern int flock (int fd , int oper );
267266extern int rb_w32_io_cancelable_p (int );
268267extern int rb_w32_is_socket (int );
@@ -306,7 +305,11 @@ extern void rb_w32_free_environ(char **);
306305extern int rb_w32_map_errno (DWORD );
307306extern const char * WSAAPI rb_w32_inet_ntop (int ,const void * ,char * ,size_t );
308307extern int WSAAPI rb_w32_inet_pton (int ,const char * ,void * );
309- extern DWORD rb_w32_osver (void );
308+
309+ RBIMPL_ATTR_DEPRECATED (("as Windows 9x is not supported already" ))
310+ extern DWORD rb_w32_osid (void );
311+ RBIMPL_ATTR_DEPRECATED (("by Windows Version Helper APIs" ))
312+ extern DWORD rb_w32_osver (void );
310313
311314extern int rb_w32_uchown (const char * , int , int );
312315extern int rb_w32_ulink (const char * , const char * );
You can’t perform that action at this time.
0 commit comments