Subversion Repositories Kolibri OS

Rev

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

Rev 7283 Rev 7284
Line 26... Line 26...
26
//useful patterns
26
//useful patterns
27
#include "..\lib\patterns\history.h"
27
#include "..\lib\patterns\history.h"
28
#include "..\lib\patterns\http_downloader.h"
28
#include "..\lib\patterns\http_downloader.h"
Line 29... Line 29...
29
 
29
 
30
_http http = {0, 0, 0, 0, 0, 0, 0};
-
 
Line 31... Line 30...
31
DOWNLOADER downloader;
30
_http http = {0, 0, 0, 0, 0, 0, 0};
Line 32... Line 31...
32
 
31
 
33
char homepage[] = FROM "html\\homepage.htm""\0";
32
char homepage[] = FROM "html\\homepage.htm""\0";