9x aware setup.exe (was Re: EOL for Windows 95/98/Me)

Brian Dessent brian@dessent.net
Thu Mar 1 18:22:00 GMT 2007


Corinna Vinschen wrote:

> I agree.  "legacy" sounds better.  What do you think about the symlink
> idea for now?

Okay, fixed thusly.

Brian
-------------- next part --------------
Index: ini.h
===================================================================
RCS file: /cvs/cygwin-apps/setup/ini.h,v
retrieving revision 2.36
diff -u -p -r2.36 ini.h
--- ini.h	28 Feb 2007 00:55:04 -0000	2.36
+++ ini.h	1 Mar 2007 18:20:59 -0000
@@ -41,8 +41,8 @@ typedef enum
 }
 excludes;
 
-#define SETUP_INI_FILENAME (IsWindowsNT () ? "setup.ini" : "setup_9x.ini")
-#define SETUP_BZ2_FILENAME (IsWindowsNT () ? "setup.bz2" : "setup_9x.bz2")
+#define SETUP_INI_FILENAME (IsWindowsNT () ? "setup.ini" : "setup_legacy.ini")
+#define SETUP_BZ2_FILENAME (IsWindowsNT () ? "setup.bz2" : "setup_legacy.bz2")
 
 #endif
 


More information about the Cygwin-developers mailing list