We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bb843 commit 296bb0bCopy full SHA for 296bb0b
gframe/client_updater.h
@@ -87,6 +87,6 @@ class ClientUpdater {
87
88
extern ClientUpdater* gClientUpdater;
89
90
-};
+}
91
92
#endif //CLIENT_UPDATER_H
gframe/gframe.cpp
@@ -9,6 +9,7 @@
9
#define _tmain main
10
#endif //EDOPRO_IOS
11
#include <unistd.h>
12
+#include <signal.h>
13
#endif //EDOPRO_WINDOWS
14
#include <curl/curl.h>
15
#include <event2/thread.h>
0 commit comments