diff options
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r-- | cipher/rndw32.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index 7a81860c3..9954cafd7 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -477,6 +477,10 @@ slow_gatherer_windowsNT( void (*add)(const void*, size_t, int), int requester ) * worst-case estimate which is usually nowhere near the actual amount * required. For example it may report that 128K of memory is required, * but only return 64K of data */ +#warning How shall we disable get performacne data + if (0) + log_debug ("Warning: get performance data disabled\n"); + else { pPerfData = xmalloc (cbPerfData); for (;;) { dwSize = cbPerfData; |