]> git.sesse.net Git - vlc/commitdiff
Windows 98 is dead.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 19:53:43 +0000 (12:53 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 25 Jun 2008 19:53:43 +0000 (12:53 -0700)
If you are unpleased about that, fix the core (threading and networking).

extras/package/win32/vlc.win32.nsi.in

index 1290fa7018b56afb760ea4aa2b1988642ee58cfc..2aaf8fab72553fc2fa3a8078ea07160049b652b9 100644 (file)
@@ -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