aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/sign.c b/g10/sign.c
index d622abb27..e54fdf4b8 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -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