-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
None
-
ladybird
-
x86
-
windows_98
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2036484 | 1.4.0 | Prs Prs | P3 | Resolved | Fixed | beta |
See Suggested Fix for 4191297.
> To avoid creating our own 16-bit DLL and thunking to
> it from AWT.DLL we use an undocumented procedure
> _MyGetFreeSystemResources32@4 exported by RSRC32.DLL.
> The safest will be to try to call it only for a finite
> set of library's known versions:
We should check to see if we need additional versions for
Win98ME.
> To avoid creating our own 16-bit DLL and thunking to
> it from AWT.DLL we use an undocumented procedure
> _MyGetFreeSystemResources32@4 exported by RSRC32.DLL.
> The safest will be to try to call it only for a finite
> set of library's known versions:
We should check to see if we need additional versions for
Win98ME.
- backported by
-
JDK-2036484 Should check to see if 4191297 needs additional work for Windows98ME
-
- Resolved
-