Changeset 21470


Ignore:
Timestamp:
Oct 1, 2010, 6:23:46 PM (15 years ago)
Author:
ydario
Message:

Make WinXP the default system version.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/Odin.ini.txt

    r8799 r21470  
    3434Version=WinME        -> Windows ME
    3535Version=NT40         -> Windows NT4  SP6
    36 Version=Win2000      -> Windows 2000 SP2 (default)
    37 Version=WinXP        -> Windows XP
     36Version=Win2000      -> Windows 2000 SP2
     37Version=WinXP        -> Windows XP (default)
    3838Used to override the version Odin reports to the application.
    3939
  • trunk/src/kernel32/version.cpp

    r8834 r21470  
    102102
    103103static BOOL fCheckVersion = FALSE;
    104 static int  winversion    = WINVERSION_WIN2000;
     104static int  winversion    = WINVERSION_WINXP;
    105105
    106106//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.