diff options
Diffstat (limited to 'cryptopp/gettime.h')
-rw-r--r-- | cryptopp/gettime.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cryptopp/gettime.h b/cryptopp/gettime.h new file mode 100644 index 0000000..00c8d90 --- /dev/null +++ b/cryptopp/gettime.h @@ -0,0 +1,8 @@ +#ifndef __GETTIME_H__
+#define __GETTIME_H__
+
+#include <windows.h>
+
+u_int gettime(void);
+
+#endif
|