[vlc-devel] commit: Windows 98 is dead. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jun 25 21:53:32 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 25 12:53:43 2008 -0700| [6f25cb79f46b9c5e6069beba37abbd2b4e4efd06]

Windows 98 is dead.

If you are unpleased about that, fix the core (threading and networking).

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f25cb79f46b9c5e6069beba37abbd2b4e4efd06
---

 extras/package/win32/vlc.win32.nsi.in |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 1290fa7..2aaf8fa 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -637,13 +637,6 @@ Function .onInit
   done:
   !insertmacro MUI_LANGDLL_DISPLAY
 
-  ;Win98 detection
-  ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion" VersionNumber
-  StrCmp $R0 "4.9" lbl_win98
-
-  lbl_win98:
-     MessageBox MB_OK|MB_ICONQUESTION "Windows 98 ! Remember to install MSLU" IDOK
-
 FunctionEnd
 
 ;; End function




More information about the vlc-devel mailing list