mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
This commit is contained in:
parent
8aacd724f7
commit
a1b7fa95a4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-12-19 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* rndw32.c [CYGWIN32]: Include winioctl.h. By Disastry.
|
||||
|
||||
2001-11-08 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* primegen.c (gen_prime): Set 2 high order bits for secret primes.
|
||||
|
|
|
@ -67,6 +67,9 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <windows.h>
|
||||
#ifdef __CYGWIN32__
|
||||
# include <winioctl.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "types.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue