Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5614 → Rev 5613

/programs/cmm/Calypte/Calypte.c
1,7 → 1,3
#ifndef AUTOBUILD
#include "lang.h--"
#endif
 
#define MEMSIZE 0x100000
#include "..\lib\kolibri.h"
#include "..\lib\strings.h"
13,6 → 9,8
#include "..\lib\obj\proc_lib.h"
#include "..\lib\obj\libio_lib.h"
 
#include "lang.h--"
 
#ifdef LANG_RUS
?define T_FILE "” ©«"
?define T_TYPE "’¨¯"
61,7 → 59,7
};
#endif
 
#define TITLE "Calypte v0.11"
#define TITLE "Calypte v0.1"
 
#define TOPPANELH 19
#define BOTPANELH 10
90,7 → 88,7
filter filter2;
menu_text_struct menu_text_area1;
 
char win_title[4096] = "Calypte v0.11";
char win_title[4096] = "Calypte v0.1";
 
int
cur_row=0,
141,7 → 139,6
if (load_dll2(libio, #libio_init,1)!=0) notify(ERROR_LOAD_LIBIO);
if (load_dll2(Proc_lib, #OpenDialog_init,0)!=0) notify(ERROR_LOAD_PROC_LIB);
OpenDialog_init stdcall (#o_dialog);
SetEventMask(0x27);
loop()
{