78 |
|
|
79 |
|
bool indexMode(false); |
80 |
|
set<string> indexDomains, indexRestrictions; |
81 |
< |
unsigned page(1); |
81 |
> |
size_t page(1); |
82 |
|
vector<string> indices; |
83 |
|
string indexURL, query, header("header.html"), body("body.html"), |
84 |
|
footer("footer.html"), notfound("notfound.html"), pages("pages.html"); |
294 |
|
|
295 |
|
string os(computer->dwPlatformId == VER_PLATFORM_WIN32_NT ? "Windows NT" : |
296 |
|
"Windows"); |
297 |
< |
unsigned major(computer->dwMajorVersion), minor(computer->dwMinorVersion); |
297 |
> |
size_t major(computer->dwMajorVersion), minor(computer->dwMinorVersion); |
298 |
|
|
299 |
|
platform << os << ' ' << major << '.' << minor; |
300 |
|
|