Changeset 21509
- Timestamp:
- Dec 3, 2010, 6:40:16 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
r21470 r21509 34 34 Version=WinME -> Windows ME 35 35 Version=NT40 -> Windows NT4 SP6 36 Version=Win2000 -> Windows 2000 SP2 37 Version=WinXP -> Windows XP (default)36 Version=Win2000 -> Windows 2000 SP2 (default) 37 Version=WinXP -> Windows XP 38 38 Used to override the version Odin reports to the application. 39 39 -
trunk/src/kernel32/version.cpp
r21470 r21509 102 102 103 103 static BOOL fCheckVersion = FALSE; 104 static int winversion = WINVERSION_WIN XP;104 static int winversion = WINVERSION_WIN2000; 105 105 106 106 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
