From 035673385adac8a40656a2a09cf23df5af8e31f7 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Mon, 28 Jun 2021 12:12:15 +0000 Subject: [PATCH] fix build git-svn-id: svn://kolibrios.org@8955 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/cmm/notes/notes.c | 4 +++- programs/cmm/the_bus/the_bus.c | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/programs/cmm/notes/notes.c b/programs/cmm/notes/notes.c index fa22df098a..4999c3c276 100644 --- a/programs/cmm/notes/notes.c +++ b/programs/cmm/notes/notes.c @@ -38,9 +38,11 @@ unsigned char edge[sizeof(file "img/edge.raw")]= FROM "img/edge.raw"; //292x6 #define DELETE_W sizeof(DELETE_TEXT)+2*6 #include "engine.h" + +proc_info Form; + #include "ini.h" -proc_info Form; edit_box notebox = {WIN_W-RED_LINE_X-6,RED_LINE_X+5,RED_LINE_X, COL_BG_ACTIVE, 0x94AECE,COL_BG_ACTIVE,0xffffff,0, diff --git a/programs/cmm/the_bus/the_bus.c b/programs/cmm/the_bus/the_bus.c index 1a49edf343..d6446cb28f 100644 --- a/programs/cmm/the_bus/the_bus.c +++ b/programs/cmm/the_bus/the_bus.c @@ -6,10 +6,6 @@ D O N K E Y Copyright (C) 2008 O.Bogomaz */ -#ifndef AUTOBUILD -#include "lang.h--" -#endif - #define MEMSIZE 1024 * 60; #include "..\lib\kolibri.h"