Home GnuPG

UNICODE is the default setting on both msvc 2k3 and 2k5 (what means…
2f49d622c805Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

UNICODE is the default setting on both msvc 2k3 and 2k5 (what means RegOpenKeyEx expands to RegOpenKeyExW).

Explicitly switch to ANSI versions of WINAPI functions, e.g. RegOpenKeyEx->RegOpenKeyExA.
We use the approach with ANSI functions in kdesupport/kdewin32 too.

It is safe to use ANSI functions as the args are already char*.

Should be applied upstream, too.

CCMAIL:gpg4win-devel@wald.intevation.org

svn path=/trunk/KDE/kdepim/kleopatra/; revision=780519

Details

Provenance
Jarosaw Staniek <staniek@kde.org>Authored on Feb 29 2008, 12:30 PM
Parents
rKLEOPATRA2ca882a46990: be able to build kleo even without assuan etc.
Branches
Unknown
Tags
Unknown

Event Timeline