Commit 6f25cb79 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Windows 98 is dead.

If you are unpleased about that, fix the core (threading and networking).
parent 84e0f97a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment