From 84de63ea1ea4ff60492a27f39fe43c930800ffbf Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Fri, 9 Jul 2004 11:56:01 +0000 Subject: [PATCH] Fixed: X2UtHandCursor.RES missing Fixed: osUnknown moved to the end of the enum to prevent checks like ">= osWin2K" failing for future Operating Systems --- X2UtHandCursor.RES | Bin 0 -> 452 bytes X2UtOS.pas | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 X2UtHandCursor.RES diff --git a/X2UtHandCursor.RES b/X2UtHandCursor.RES new file mode 100644 index 0000000000000000000000000000000000000000..cf5c41d49f90991a8858b73f51a254b5c2e8c212 GIT binary patch literal 452 zcma)(JqiLb5QSe{L0AMAw0BF(MZ`*2MGGqhf56*ptUQ)`11&8*g5?(C_{JFgE%t?P zCX-B(VFCa#5pi((p`P*khB*wVC~8)HQiu>81~C~D!=bVd`)foW@@k&}CA~N@`mA6f zWM9CLKuJ$PUpbPT@PgzITq+~hAd)v;*qVp}C6L>bD?ML#*udpjp0laQmUryFI4~}u q7KxQfaE literal 0 HcmV?d00001 diff --git a/X2UtOS.pas b/X2UtOS.pas index 271730d..776f533 100644 --- a/X2UtOS.pas +++ b/X2UtOS.pas @@ -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