Home GnuPG
Diffusion GPGME 5fa2e405807d

w32: Add a cast for GetProcAddress, add AM_CFLAGS for w32spawn.

Description

w32: Add a cast for GetProcAddress, add AM_CFLAGS for w32spawn.

* src/Makefile.am (gpgme_w32spawn_CFLAGS): Add AM_CFLAGS.
* src/gpgme-w32spawn.c (my_spawn): GetProcAddress returns an address
for the symbol.  The correctness should be checked by human when
writing the code (not by the function prototype).
  • GnuPG-bug-id: T7968
  • Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

Details

Provenance
gniibeAuthored on Thu, Dec 11, 6:38 AM
Parents
rM8b8dbd55c03a: Avoid K&R-style function definition.
Branches
Unknown
Tags
Unknown
Tasks
T7968: Fixes needed for newer GCC/Mingw