Ignore:
Timestamp:
Dec 8, 2001, 5:18:14 PM (24 years ago)
Author:
sandervl
Message:

Default windows version reported by Odin is now Windows 2000 SP2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/version.cpp

    r7577 r7587  
    1 /* $Id: version.cpp,v 1.6 2001-12-08 14:48:54 sandervl Exp $ */
     1/* $Id: version.cpp,v 1.7 2001-12-08 16:17:34 sandervl Exp $ */
    22
    33/*
     
    102102
    103103static BOOL fCheckVersion = FALSE;
    104 static int  winversion    = WINVERSION_NT40;
     104static int  winversion    = WINVERSION_WIN2000;
    105105
    106106//******************************************************************************
     
    138138        }
    139139        else
     140        if(!stricmp(szVersion, PROFILE_WINVERSION_NT40)) {
     141                winversion = WINVERSION_NT40;
     142        }
     143        else
    140144        if(!stricmp(szVersion, PROFILE_WINVERSION_WIN2000)) {
    141145                winversion = WINVERSION_WIN2000;
Note: See TracChangeset for help on using the changeset viewer.