Bazaar/SysExec : fixed a nasty memory bug in ArgEnv module

git-svn-id: svn://ultimatepp.org/upp/trunk@3084 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2011-01-24 22:33:19 +00:00
parent d41960ec3c
commit 70189cdfe2
4 changed files with 133 additions and 133 deletions

View file

@ -13,7 +13,6 @@ NAMESPACE_UPP
static bool IsVistaOrLater(void)
{
OSVERSIONINFO osvi;
BOOL bIsWindowsXPorLater;
ZeroMemory(&osvi, sizeof(OSVERSIONINFO));
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);