SysInfo_demo_console: Changes in include org.

git-svn-id: svn://ultimatepp.org/upp/trunk@2705 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2010-09-18 14:24:14 +00:00
parent 610578b710
commit 41bc60beab
2 changed files with 5 additions and 6 deletions

View file

@ -1,7 +1,5 @@
description "Console demo of SysInfo package\377";
noblitz;
uses
Core,
SysInfo;

View file

@ -1,9 +1,10 @@
#include <Core/Core.h>
#include <SysInfo/SysInfo.h>
using namespace Upp;
bool end = false;
#include <SysInfo/SysInfo.h>
static bool end = false;
void TestGetchar()
{
@ -232,8 +233,8 @@ void Test()
Puts("\nPress enter to end..."); TestGetchar();
}
#include <windows.h>
#include <mmsystem.h>
//#include <windows.h>
//#include <mmsystem.h>
CONSOLE_APP_MAIN
{