Changeset 7587
- Timestamp:
- Dec 8, 2001, 5:18:14 PM (24 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
doc/Odin.ini.txt (modified) (2 diffs)
-
src/kernel32/version.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Odin.ini.txt
r7573 r7587 1 /* $Id: Odin.ini.txt,v 1.1 0 2001-12-08 12:01:10sandervl Exp $ */1 /* $Id: Odin.ini.txt,v 1.11 2001-12-08 16:18:14 sandervl Exp $ */ 2 2 3 3 Odin initialization file documentation … … 33 33 Version=Win98 -> Windows 98 34 34 Version=WinME -> Windows ME 35 Version=NT4 -> Windows NT4 SP6 (default)36 Version=Win2000 -> Windows 2000 SP2 35 Version=NT4 -> Windows NT4 SP6 36 Version=Win2000 -> Windows 2000 SP2 (default) 37 37 Version=WinXP -> Windows XP 38 38 Used to override the version Odin reports to the application. -
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 $ */ 2 2 3 3 /* … … 102 102 103 103 static BOOL fCheckVersion = FALSE; 104 static int winversion = WINVERSION_ NT40;104 static int winversion = WINVERSION_WIN2000; 105 105 106 106 //****************************************************************************** … … 138 138 } 139 139 else 140 if(!stricmp(szVersion, PROFILE_WINVERSION_NT40)) { 141 winversion = WINVERSION_NT40; 142 } 143 else 140 144 if(!stricmp(szVersion, PROFILE_WINVERSION_WIN2000)) { 141 145 winversion = WINVERSION_WIN2000;
Note:
See TracChangeset
for help on using the changeset viewer.
