* win32/win32.c (Win32System, Win32Version): moved before get_version.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-03-05 04:38:23 +00:00
Родитель f4259225d5
Коммит b9e0c6ec08
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -196,6 +196,11 @@ rb_w32_map_errno(DWORD winerr)
static const char *NTLoginName;
static OSVERSIONINFO osver;
#ifdef _M_IX86
static DWORD Win32System = (DWORD)-1;
#endif
static DWORD Win32Version = (DWORD)-1;
static void
get_version(void)
{
@ -207,8 +212,6 @@ get_version(void)
}
#ifdef _M_IX86
static DWORD Win32System = (DWORD)-1;
DWORD
rb_w32_osid(void)
{
@ -218,7 +221,6 @@ rb_w32_osid(void)
return (Win32System);
}
#endif
static DWORD Win32Version = (DWORD)-1;
static DWORD
rb_w32_osver(void)