C--: Fixed con_set_title.

git-svn-id: svn://kolibrios.org@9717 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat 2022-02-13 13:53:48 +00:00
parent 4633866c71
commit 143d7b8027

View File

@ -21,6 +21,10 @@
#include <fcntl.h>
#include "tok.h"
#ifdef _KOS_
#include <conio.h>
#endif
static char **_Argv; //!!! simplest way to make your own variable
unsigned char compilerstr[]="SPHINX C-- 0.239";
@ -225,12 +229,6 @@ void CheckUndefClassProc();
// Added by Coldy
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)
{
char buf[40];