Closed
Bug 226369
Opened 22 years ago
Closed 22 years ago
transmngr.dll won't load on OS/2
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jhpedemonte, Assigned: darin.moz)
Details
Attachments
(1 file)
6.26 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
The file transmngr.dll (built in ipc/ipcd/extensions/transmngr/module) will not
load on OS/2; the name needs to be in the 8.3 format.
Reporter | ||
Comment 1•22 years ago
|
||
Ordinarily, we would simply add 'SHORT_LIBNAME = transmgr' in the Makefile.in,
and this name would be used for OS/2 only. However, since the difference in
the short name and regular name is only one letter, I thought I would change it
for every platform. Also, for consistency, I changed the LIB names also, in
addition to the DLL name.
Reporter | ||
Updated•22 years ago
|
Attachment #136017 -
Flags: review?(darin)
Assignee | ||
Updated•22 years ago
|
Attachment #136017 -
Flags: review?(darin) → review+
Comment 2•22 years ago
|
||
Fix checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
QA Contact: ipc
You need to log in
before you can comment on or make changes to this bug.
Description
•