Closed
Bug 551869
Opened 16 years ago
Closed 15 years ago
PR_OpenSharedMemory is broken on Windows CE
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alexp, Assigned: alexp)
Details
Attachments
(1 file)
|
3.42 KB,
patch
|
blassey
:
review+
ted
:
review+
|
Details | Diff | Splinter Review |
OpenFileMapping function used to open shared memory is not supported on Windows CE.
| Assignee | ||
Updated•16 years ago
|
Assignee: wtc → alexp
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•16 years ago
|
||
OpenFileMapping can be replaced by CreateFileMapping called with the same parameters.
Attachment #432042 -
Flags: review?(bugmail)
Comment 2•16 years ago
|
||
Comment on attachment 432042 [details] [diff] [review]
Fix
this analogous to what we do to open a semaphore
Attachment #432042 -
Flags: review?(wtc)
Attachment #432042 -
Flags: review?(bugmail)
Attachment #432042 -
Flags: review+
Updated•16 years ago
|
Attachment #432042 -
Flags: review?(wtc) → review?(ted.mielczarek)
Comment 3•16 years ago
|
||
Comment on attachment 432042 [details] [diff] [review]
Fix
rs=me since blassey has OKed this.
Attachment #432042 -
Flags: review?(ted.mielczarek) → review+
| Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•