[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Get entropy in windows.
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv1470/src/or
Modified Files:
or.h
Log Message:
Get entropy in windows.
Index: or.h
===================================================================
RCS file: /home/or/cvsroot/src/or/or.h,v
retrieving revision 1.248
retrieving revision 1.249
diff -u -d -r1.248 -r1.249
--- or.h 9 Mar 2004 22:09:13 -0000 1.248
+++ or.h 11 Mar 2004 05:14:06 -0000 1.249
@@ -86,6 +86,8 @@
#include <io.h>
#include <process.h>
#include <direct.h>
+#define WIN32_WINNT 0x400
+#define _WIN32_WINNT 0x400
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define snprintf _snprintf