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 {