﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
29	WINXP version to SP3	abwillis		"There was some chatter on OS2World about updating the reported version of WinXP in Odin to SP3.  I have run into an app that wanted that as well, though so far increasing the version only got rid of the message that I needed SP3 and did not fix the problem or I would just commit the change.

Index: version.cpp
===================================================================
--- version.cpp	(revision 21552)
+++ version.cpp	(working copy)
@@ -88,14 +88,14 @@
             2, 0, 0, 0
         }
     },
-    // Windows XP
+    // Windows XP (SP3)
     {
         0x05005F03, /* Assuming DOS 5 like the other NT */
         0x0A280105,
         {
             sizeof(OSVERSIONINFOA), 5, 1, 0xA28,
-            VER_PLATFORM_WIN32_NT, """",
-            0, 0, 0, 0
+            VER_PLATFORM_WIN32_NT, ""Service Pack 3"",
+            3, 0, 0, 0
         }
     }
 };
"	enhancement	closed	minor	0.8.6	odin	0.8.5	low	fixed		
