mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
./autogen.sh --build-w32ce does now succeed.
This commit is contained in:
parent
31d7bdfe77
commit
53c636c4c6
28 changed files with 206 additions and 62 deletions
|
@ -30,11 +30,14 @@
|
|||
#ifdef HAVE_PTH
|
||||
#include <pth.h>
|
||||
#endif
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
# include <assuan.h> /* For _assuan_w32ce_finish_pipe. */
|
||||
#endif
|
||||
|
||||
#include "util.h"
|
||||
|
||||
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
#include <assuan.h>
|
||||
static void parse_std_file_handles (int *argcp, char ***argvp);
|
||||
static void
|
||||
sleep_on_exit (void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue