1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Minor fixes

This commit is contained in:
Werner Koch 2010-08-31 08:42:38 +00:00
parent b8d2740923
commit 690dc98c6f
5 changed files with 20 additions and 1 deletions

View file

@ -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;