diff options
author | NIIBE Yutaka <[email protected]> | 2022-06-07 07:16:14 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-06-07 07:16:14 +0000 |
commit | 13e7650f4924cfdf94fad72f47f62a88e1c835ec (patch) | |
tree | 247f09bb8b5f2017e61b0f6c73216383812c9855 /src/spawn-posix.c | |
parent | Merge branch 'master' of ssh+git://playfair.gnupg.org/git/libgpg-error (diff) | |
download | libgpg-error-13e7650f4924cfdf94fad72f47f62a88e1c835ec.tar.gz libgpg-error-13e7650f4924cfdf94fad72f47f62a88e1c835ec.zip |
Remove WindowsCE support.
* Makefile.am: Remove contrib/ChangeLog-2011.
* configure.ac (have_w32ce_system): Remove.
(HAVE_W32CE_SYSTEM): Remove.
* contrib/*: Remove.
* src/w32ce-add.h: Remove
* src/Makefile.am [HAVE_W32CE_SYSTEM]: Remove.
* src/estream-printf.c [HAVE_W32CE_SYSTEM]: Remove.
* src/estream.c: Likewise.
* src/gpg-error.def.in: Likewise.
* src/gpgrt-int.h: Fix comments.
* src/init.c: Remove HAVE_W32CE_SYSTEM support.
* src/init.h: Likewise.
* src/spawn-posix.c: Likewise.
* src/spawn-w32.c: Likewise.
* src/sysutils.c: Likewise.
* src/w32-estream.c: Likewise.
* src/w32-reg.c: Likewise.
* tests/Makefile.am: Remove HAVE_W32CE_SYSTEM support.
--
GnuPG-bug-id: 5912
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/spawn-posix.c')
-rw-r--r-- | src/spawn-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spawn-posix.c b/src/spawn-posix.c index d33bade..54a6a68 100644 --- a/src/spawn-posix.c +++ b/src/spawn-posix.c @@ -23,7 +23,7 @@ #include <config.h> -#if defined(HAVE_W32_SYSTEM) || defined (HAVE_W32CE_SYSTEM) +#if defined(HAVE_W32_SYSTEM) #error This code is only used on POSIX #endif |