Searched refs:rb_w32_osver (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h270 extern DWORD rb_w32_osver(void);
/macosx-10.10/ruby-106/ruby/
H A Dhash.c2403 return (rb_w32_osver() >= 5) ? 32767 : 5120;
/macosx-10.10/ruby-106/ruby/win32/
H A Dwin32.c269 rb_w32_osver(void) function
5141 if (rb_w32_osver() >= 5) {

Completed in 92 milliseconds