mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-01 06:12:23 -06:00
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:
parent
610578b710
commit
41bc60beab
2 changed files with 5 additions and 6 deletions
|
|
@ -1,7 +1,5 @@
|
|||
description "Console demo of SysInfo package\377";
|
||||
|
||||
noblitz;
|
||||
|
||||
uses
|
||||
Core,
|
||||
SysInfo;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue