cpp: use #ifdef __MINGW32__ to avoid compiler complaints
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Apr 2013 22:55:27 +0000 (00:55 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Apr 2013 22:56:32 +0000 (00:56 +0200)
commit6eb56e72de1356d6f5f52a80be487a68ec463cf9
tree8d38cc31e499bc19feb9c6329e07d6916ca4ecc1
parenteeefcdff5454407217e1e0056e38e63772f2812d
cpp: use #ifdef __MINGW32__ to avoid compiler complaints

... instead of just #if
tests/server/util.c