Subversion Repositories Kolibri OS

Rev

Rev 6045 | Rev 6366 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6045 Rev 6058
Line 24... Line 24...
24
#include "..\lib\obj\http.h"
24
#include "..\lib\obj\http.h"
25
#include "..\lib\obj\iconv.h"
25
#include "..\lib\obj\iconv.h"
26
//useful patterns
26
//useful patterns
27
#include "..\lib\patterns\libimg_load_skin.h"
27
#include "..\lib\patterns\libimg_load_skin.h"
28
#include "..\lib\patterns\history.h"
28
#include "..\lib\patterns\history.h"
-
 
29
#include "..\lib\patterns\http_downloader.h"
Line 29... Line 30...
29
 
30
 
Line 30... Line 31...
30
char homepage[] = FROM "html\\homepage.htm";
31
char homepage[] = FROM "html\\homepage.htm";
31
 
32
 
Line 99... Line 100...
99
};
100
};
Line 100... Line 101...
100
 
101
 
101
#include "..\TWB\TWB.c"
102
#include "..\TWB\TWB.c"
102
#include "history.h"
103
#include "history.h"
103
#include "show_src.h"
-
 
104
#include "http_downloader.h"
104
#include "show_src.h"
Line 105... Line 105...
105
#include "download_manager.h"
105
#include "download_manager.h"
106
 
106
 
107
char editURL[sizeof(URL)];
107
char editURL[sizeof(URL)];