From 16e63805e511ea9e8b7e3082829c1950c2e275e1 Mon Sep 17 00:00:00 2001 From: koldo Date: Fri, 3 May 2013 23:58:04 +0000 Subject: [PATCH] SysInfo_Demo_gui: Handles ported to int64 git-svn-id: svn://ultimatepp.org/upp/trunk@6029 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysInfo_demo_gui/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bazaar/SysInfo_demo_gui/main.cpp b/bazaar/SysInfo_demo_gui/main.cpp index b33fc4888..388997c49 100644 --- a/bazaar/SysInfo_demo_gui/main.cpp +++ b/bazaar/SysInfo_demo_gui/main.cpp @@ -235,7 +235,7 @@ void WindowsList_::Fill() { Windows.AddColumn("Process Id", 6); Windows.AddColumn("Name", 20); Windows.AddColumn("File name", 30); - Array widL, pidL; + Array widL, pidL; Array name, fileName, caption; GetWindowsList(widL, pidL, name, fileName, caption); for (int i = 0; i < widL.GetCount(); ++i) @@ -252,7 +252,7 @@ void ProcessList::Fill() { Process.AddColumn("Id", 6); Process.AddColumn("Priority", 6); Process.AddColumn("Program", 12); - Array pidL; + Array pidL; pidL.Clear(); Array pNames; if (!GetProcessList(pidL, pNames))