From 41bc60beab768043fcc9cc962eddd9efcb63853e Mon Sep 17 00:00:00 2001 From: koldo Date: Sat, 18 Sep 2010 14:24:14 +0000 Subject: [PATCH] SysInfo_demo_console: Changes in include org. git-svn-id: svn://ultimatepp.org/upp/trunk@2705 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- bazaar/SysInfo_demo_console/SysInfo_demo_console.upp | 2 -- bazaar/SysInfo_demo_console/main.cpp | 9 +++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/bazaar/SysInfo_demo_console/SysInfo_demo_console.upp b/bazaar/SysInfo_demo_console/SysInfo_demo_console.upp index f6f2148ab..9c2972530 100644 --- a/bazaar/SysInfo_demo_console/SysInfo_demo_console.upp +++ b/bazaar/SysInfo_demo_console/SysInfo_demo_console.upp @@ -1,7 +1,5 @@ description "Console demo of SysInfo package\377"; -noblitz; - uses Core, SysInfo; diff --git a/bazaar/SysInfo_demo_console/main.cpp b/bazaar/SysInfo_demo_console/main.cpp index b0c904b91..b1e4b5ba4 100644 --- a/bazaar/SysInfo_demo_console/main.cpp +++ b/bazaar/SysInfo_demo_console/main.cpp @@ -1,9 +1,10 @@ #include -#include using namespace Upp; -bool end = false; +#include + +static bool end = false; void TestGetchar() { @@ -232,8 +233,8 @@ void Test() Puts("\nPress enter to end..."); TestGetchar(); } -#include -#include +//#include +//#include CONSOLE_APP_MAIN {