C--: Fixed con_set_title.
git-svn-id: svn://kolibrios.org@9717 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
4633866c71
commit
143d7b8027
@ -21,6 +21,10 @@
|
|||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include "tok.h"
|
#include "tok.h"
|
||||||
|
|
||||||
|
#ifdef _KOS_
|
||||||
|
#include <conio.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
static char **_Argv; //!!! simplest way to make your own variable
|
static char **_Argv; //!!! simplest way to make your own variable
|
||||||
|
|
||||||
unsigned char compilerstr[]="SPHINX C-- 0.239";
|
unsigned char compilerstr[]="SPHINX C-- 0.239";
|
||||||
@ -225,12 +229,6 @@ void CheckUndefClassProc();
|
|||||||
// Added by Coldy
|
// Added by Coldy
|
||||||
void ParseObjCommand(int cmd);
|
void ParseObjCommand(int cmd);
|
||||||
|
|
||||||
#ifdef _KOS_
|
|
||||||
extern "C" {
|
|
||||||
void con_set_title(char* title);
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs)
|
void ListId(int numfirstchar,unsigned char *list,unsigned short *ofs)
|
||||||
{
|
{
|
||||||
char buf[40];
|
char buf[40];
|
||||||
|
Loading…
Reference in New Issue
Block a user