Changeset 6f25cb79f46b9c5e6069beba37abbd2b4e4efd06
- Timestamp:
- 06/25/08 21:53:43
(2 months ago)
- Author:
- Jean-Baptiste Kempf <jb@videolan.org>
- git-committer:
- Jean-Baptiste Kempf <jb@videolan.org> 1214423623 -0700
- git-parent:
[84e0f97a07c049c9c7082032699d54f9b4e5708a]
- git-author:
- Jean-Baptiste Kempf <jb@videolan.org> 1214423623 -0700
- Message:
Windows 98 is dead.
If you are unpleased about that, fix the core (threading and networking).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r117e2de |
r6f25cb7 |
|
| 638 | 638 | !insertmacro MUI_LANGDLL_DISPLAY |
|---|
| 639 | 639 | |
|---|
| 640 | | ;Win98 detection |
|---|
| 641 | | ReadRegStr $R0 HKLM "SOFTWARE\Microsoft\Windows\CurrentVersion" VersionNumber |
|---|
| 642 | | StrCmp $R0 "4.9" lbl_win98 |
|---|
| 643 | | |
|---|
| 644 | | lbl_win98: |
|---|
| 645 | | MessageBox MB_OK|MB_ICONQUESTION "Windows 98 ! Remember to install MSLU" IDOK |
|---|
| 646 | | |
|---|
| 647 | 640 | FunctionEnd |
|---|
| 648 | 641 | |
|---|