Fixed: X2UtHandCursor.RES missing
Fixed: osUnknown moved to the end of the enum to prevent checks like ">= osWin2K" failing for future Operating Systems
This commit is contained in:
parent
038fd8e845
commit
84de63ea1e
BIN
X2UtHandCursor.RES
Normal file
BIN
X2UtHandCursor.RES
Normal file
Binary file not shown.
@ -44,8 +44,8 @@ uses
|
||||
|
||||
type
|
||||
//:$ Enumeration of the recognized Operating System versions
|
||||
TX2OSVersion =(osUnknown, osWin95, osWin98, osWinME, osWinNT3, osWinNT4,
|
||||
osWin2K, osWinXP, osWin2003);
|
||||
TX2OSVersion =(osWin95, osWin98, osWinME, osWinNT3, osWinNT4,
|
||||
osWin2K, osWinXP, osWin2003, osUnknown);
|
||||
|
||||
{
|
||||
:$ Contains extended version information for the Operating System
|
||||
|
Loading…
Reference in New Issue
Block a user