Closed
Bug 710112
Opened 14 years ago
Closed 14 years ago
cleanup xpcom/io for windows (reduce LoadLibrary/PR_LoadLibrary)
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
FIXED
mozilla12
People
(Reporter: m_kato, Assigned: m_kato)
Details
Attachments
(1 file)
6.09 KB,
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
shell32.dll is already linked, so shell32.dll is loaded with xul.dll. So we should use GetModuleHandleW instread. This doesn't need to call FreeLibrary.
Also, nsLocalFileWin is for Windows only, it is no reason to use PR_LoadLibrary.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Attachment #587934 -
Flags: review?(jmathies)
![]() |
||
Updated•14 years ago
|
Attachment #587934 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Whiteboard: [inbound]
Comment 3•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla12
You need to log in
before you can comment on or make changes to this bug.
Description
•