Opened 17 years ago
Closed 14 years ago
#192 closed defect (fixed)
really wrap WinUpper (fix typo)
Reported by: | guest | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc | Version: | 0.6 |
Severity: | trivial | Keywords: | |
Cc: | mozilla@… |
Description (last modified by )
Currently, os2safe.h tries to wrap the non-existing function DosWinUpper. The code in SafeWinUpper.c looks correct, so only the header needs to be fixed.
Change History (2)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|---|
Milestone: | → libc-0.6.4 |
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3672]) os2safe.h: corrected the WinUpper wrapper (was prefixed with Dos). Fixes #192.