mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Remove remaining support for WindowsCE
--
This commit is contained in:
parent
d89557fe95
commit
d2d7a2b128
23 changed files with 44 additions and 415 deletions
|
@ -148,9 +148,6 @@ w32_system(const char *command)
|
|||
int
|
||||
set_exec_path(const char *path)
|
||||
{
|
||||
#ifdef HAVE_W32CE_SYSTEM
|
||||
#warning Change this code to use common/exechelp.c
|
||||
#else
|
||||
char *p;
|
||||
|
||||
p=xmalloc(5+strlen(path)+1);
|
||||
|
@ -168,6 +165,5 @@ set_exec_path(const char *path)
|
|||
return GPG_ERR_GENERAL;
|
||||
else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
#endif /* ! NO_EXEC */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue