Opened 18 years ago
Closed 18 years ago
#4701 closed patch (fixed)
Explicitly use non-unicode Win32 API
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.21 |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
compat.h uses FormatMessage, which, when UNICODE is defined, resolves to FormatMessageW and expects unicode arguments. Change to call FormatMessageA explicitly.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | compat_nonunicode.patch added |
|---|
comment:1 by , 18 years ago
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [16128]) Unicode-env-safe dlerror() patch from Andrei Tanas. See #4701