mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
More Windows and autoconf fixes
This commit is contained in:
parent
dce4566802
commit
bffeb8738b
15 changed files with 56 additions and 20 deletions
|
@ -43,6 +43,8 @@
|
|||
|
||||
#ifdef HAVE_DOSISH_SYSTEM
|
||||
#define LF "\r\n"
|
||||
void __stdcall Sleep(ulong);
|
||||
#define sleep(a) Sleep((a)*1000)
|
||||
#else
|
||||
#define LF "\n"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue