From 518ee466c969f557a66461999fce39c3d3eea352 Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 4 Oct 2002 21:45:04 +0000 Subject: compatibility fixes for MacOS X git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@6 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- hrtimer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hrtimer.h') diff --git a/hrtimer.h b/hrtimer.h index 81d9fcd..d05dfd1 100644 --- a/hrtimer.h +++ b/hrtimer.h @@ -22,7 +22,7 @@ public: { #if defined(CRYPTOPP_WIN32_AVAILABLE) return 10000; -#elif defined(__unix__) || defined(macintosh) +#elif defined(CRYPTOPP_UNIX_AVAILABLE) || defined(macintosh) return 1000; #endif } -- cgit v1.2.1