Check return value from GetVersionEx (even though the MSDN example doesnt) and zero...
commit6d9632ba236340ca94c40b03233268e70c005f35
authorNick Mathewson <nickm@torproject.org>
Fri, 24 Mar 2006 05:26:33 +0000 (24 05:26 +0000)
committerNick Mathewson <nickm@torproject.org>
Fri, 24 Mar 2006 05:26:33 +0000 (24 05:26 +0000)
tree4b80ae28bb821645c17b5df5de75d7b16bdc3b06
parent444e3b8eb2b3f80f85b50de0db816a5204c7d33f
Check return value from GetVersionEx (even though the MSDN example doesnt) and zero out the LPOSVERSIONINFOEX struct before getting the version.  This may fix the "johnboy" [major=-858993460,minor=-858993460] problem.

svn:r6233
src/common/compat.c