Subversion Repositories Kolibri OS

Rev

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

Rev 7282 Rev 7283
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 30... Line 31...
30
_http http = {0, 0, 0, 0, 0, 0, 0};
31
DOWNLOADER downloader;
Line 31... Line 32...
31
 
32
 
32
char homepage[] = FROM "html\\homepage.htm""\0";
33
char homepage[] = FROM "html\\homepage.htm""\0";