mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
RISC OS specific changes
This commit is contained in:
parent
c530d811c6
commit
70618e5175
13 changed files with 81 additions and 156 deletions
|
@ -60,7 +60,8 @@ static int make_tempdir(struct exec_info *info)
|
|||
if(tmp==NULL)
|
||||
{
|
||||
#ifdef __riscos__
|
||||
tmp="<Wimp$ScrapDir>";
|
||||
tmp="<Wimp$ScrapDir>.GnuPG";
|
||||
mkdir(tmp,0700); /* Error checks occur later on */
|
||||
#elif defined (__MINGW32__) || defined (__CYGWIN32__)
|
||||
tmp=m_alloc(256);
|
||||
if(GetTempPath(256,tmp)==0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue