Closed
Bug 476926
Opened 17 years ago
Closed 17 years ago
Remove LoadLibraryW and CP_UTF8 emulation for Windows 9x in prlink.c.
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.8
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(1 file)
|
8.19 KB,
patch
|
nelson
:
review+
|
Details | Diff | Splinter Review |
NSPR 4.8 will drop support for Windows 9x, so we can remove
the code that emulates LoadLibraryW (not implemented for all
Windows 9x) and CP_UTF8 (not implemented for Windows 95) from
mozilla/nsprpub/pr/src/linking/prlink.c.
In the interest of time, this patch will be checked in with
a TBR=nelson notation (to be reviewed by nelson) in the CVS
commit comment. This allows me to simplify the WinCE patch
for prlink.c in bug 456449.
Attachment #360569 -
Flags: review?(nelson)
| Assignee | ||
Comment 1•17 years ago
|
||
Patch checked in on the NSPR trunk (NSPR 4.8).
Checking in prlink.c;
/cvsroot/mozilla/nsprpub/pr/src/linking/prlink.c,v <-- prlink.c
new revision: 3.96; previous revision: 3.95
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
Comment on attachment 360569 [details] [diff] [review]
Proposed patch
r=nelson
Attachment #360569 -
Flags: review?(nelson) → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•