mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
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:
parent
d41960ec3c
commit
70189cdfe2
4 changed files with 133 additions and 133 deletions
|
|
@ -13,7 +13,6 @@ NAMESPACE_UPP
|
|||
static bool IsVistaOrLater(void)
|
||||
{
|
||||
OSVERSIONINFO osvi;
|
||||
BOOL bIsWindowsXPorLater;
|
||||
|
||||
ZeroMemory(&osvi, sizeof(OSVERSIONINFO));
|
||||
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue