Opened 18 years ago

Closed 18 years ago

#4701 closed patch (fixed)

Explicitly use non-unicode Win32 API

Reported by: andrei@… 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)

compat_nonunicode.patch (543 bytes ) - added by andrei@… 18 years ago.

Download all attachments as: .zip

Change History (3)

by andrei@…, 18 years ago

Attachment: compat_nonunicode.patch added

comment:1 by Nigel, 18 years ago

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

comment:2 by danielk, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.