Changeset 21470
- Timestamp:
- Oct 1, 2010, 6:23:46 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
doc/Odin.ini.txt (modified) (1 diff)
-
src/kernel32/version.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Odin.ini.txt
r8799 r21470 34 34 Version=WinME -> Windows ME 35 35 Version=NT40 -> Windows NT4 SP6 36 Version=Win2000 -> Windows 2000 SP2 (default)37 Version=WinXP -> Windows XP 36 Version=Win2000 -> Windows 2000 SP2 37 Version=WinXP -> Windows XP (default) 38 38 Used to override the version Odin reports to the application. 39 39 -
trunk/src/kernel32/version.cpp
r8834 r21470 102 102 103 103 static BOOL fCheckVersion = FALSE; 104 static int winversion = WINVERSION_WIN 2000;104 static int winversion = WINVERSION_WINXP; 105 105 106 106 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
