aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32-ce.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-10-31w32: Remove all support for WindowsCEWerner Koch1-91/+0
* configure.ac: Remove WindwosCE support. * contrib/: Remove all; it was only used for WindowsCE. * src/w32-ce.c, src/w32-ce.h: Remove files. * src/Makefile.am (system_components): Remove these files. * src/ath.c, src/ath.h: Remove W32CE support. * src/data-compat.c (gpgme_data_new_from_filepart): Ditto. (gpgme_data_new_from_file): Ditto. * src/debug.c (debug_init, _gpgme_debug): Ditto. * src/gpgme-tool.c (gpgme_server): Ditto. (main): Ditto. * src/priv-io.h: Do not include w32-ce.h. * src/util.h: Remove WindowsCE support. * src/w32-io.c: Ditto. * src/w32-util.c: Ditto. * src/debug.h (TRACE_SUC4): New. -- There is no more hardware to test our code, the support for Windows CE terminated along time ago. Note that our code worked only with the old WindowsCE with that overall system limit of 31 processes. Signed-off-by: Werner Koch <[email protected]>
2012-09-25Remove all trailing whitespace from source filesWerner Koch1-5/+5
-- Command used: sed -i 's,[ \t]*$,,' FILE
2010-11-152010-11-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* w32-ce.h (strcasecmp, strdup) [_MSC_VER]: Define. * genkey.c, passphrase.c: Include util.h.
2010-11-15Fixes for the MSC buildWerner Koch1-5/+9
2010-11-04More changes for W32CE with MSC.Werner Koch1-1/+6
2010-11-03Hopefully last changes for building with MSC.Werner Koch1-0/+5
2010-11-03More include guards.Werner Koch1-0/+4
Provide access for Wince. Install dummy sehmap.h
2010-11-02Might now build for CE using MSC.Werner Koch1-7/+4
2010-11-02First take on changes to allow building with MSC for W32CE.Werner Koch1-2/+6
Fixed regression in plain W32 build.
2010-05-122010-05-12 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+70
* Makefile.am (system_components): Remove custom cppflags from RCCOMPILE (because gpg-error adds -idirafter that makes RC bail. [HAVE_W32CE_SYSTEM]: Add w32-ce.h and w32-ce.c, clear libexec_PROGRAMS. * w32-ce.h, w32-ce.c: New files.