mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-24 04:20:56 -04:00
+* NEW: kiwix-serve integration in Kiwix UI
This commit is contained in:
parent
3ef8bcf3f4
commit
0200d2b581
@ -633,8 +633,6 @@ int main(int argc, char **argv) {
|
|||||||
/* Run endless */
|
/* Run endless */
|
||||||
bool waiting = true;
|
bool waiting = true;
|
||||||
do {
|
do {
|
||||||
cout << "Waiting a request" << endl;
|
|
||||||
|
|
||||||
if (PPID > 0) {
|
if (PPID > 0) {
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
HANDLE process = OpenProcess(SYNCHRONIZE, FALSE, PPID);
|
HANDLE process = OpenProcess(SYNCHRONIZE, FALSE, PPID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user