From 143d7b8027ac06ef3e5e33343d59c213dd830401 Mon Sep 17 00:00:00 2001 From: turbocat Date: Sun, 13 Feb 2022 13:53:48 +0000 Subject: [PATCH] C--: Fixed con_set_title. git-svn-id: svn://kolibrios.org@9717 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/cmm/main.cpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/programs/develop/cmm/main.cpp b/programs/develop/cmm/main.cpp index 18db5edd12..de4c82247f 100644 --- a/programs/develop/cmm/main.cpp +++ b/programs/develop/cmm/main.cpp @@ -21,6 +21,10 @@ #include #include "tok.h" +#ifdef _KOS_ +#include +#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];