forked from KolibriOS/kolibrios
fix build
git-svn-id: svn://kolibrios.org@8955 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
30c1f25537
commit
035673385a
@ -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
|
#define DELETE_W sizeof(DELETE_TEXT)+2*6
|
||||||
|
|
||||||
#include "engine.h"
|
#include "engine.h"
|
||||||
|
|
||||||
|
proc_info Form;
|
||||||
|
|
||||||
#include "ini.h"
|
#include "ini.h"
|
||||||
|
|
||||||
proc_info Form;
|
|
||||||
|
|
||||||
edit_box notebox = {WIN_W-RED_LINE_X-6,RED_LINE_X+5,RED_LINE_X,
|
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,
|
COL_BG_ACTIVE, 0x94AECE,COL_BG_ACTIVE,0xffffff,0,
|
||||||
|
@ -6,10 +6,6 @@ D O N K E Y
|
|||||||
Copyright (C) 2008 O.Bogomaz
|
Copyright (C) 2008 O.Bogomaz
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef AUTOBUILD
|
|
||||||
#include "lang.h--"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define MEMSIZE 1024 * 60;
|
#define MEMSIZE 1024 * 60;
|
||||||
|
|
||||||
#include "..\lib\kolibri.h"
|
#include "..\lib\kolibri.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user