1
0
mirror of synced 2024-09-07 21:45:03 +00:00

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:
Mark van Renswoude 2004-07-09 11:56:01 +00:00
parent 038fd8e845
commit 84de63ea1e
2 changed files with 2 additions and 2 deletions

BIN
X2UtHandCursor.RES Normal file

Binary file not shown.

View File

@ -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