+* NEW: kiwix-serve integration in Kiwix UI

This commit is contained in:
kelson42 2012-04-19 09:24:58 +00:00
parent 3ef8bcf3f4
commit 0200d2b581

View File

@ -633,8 +633,6 @@ int main(int argc, char **argv) {
/* Run endless */
bool waiting = true;
do {
cout << "Waiting a request" << endl;
if (PPID > 0) {
#ifdef _WIN32
HANDLE process = OpenProcess(SYNCHRONIZE, FALSE, PPID);