mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 01:44:06 -04:00
linux build
This commit is contained in:
parent
8cf47fea92
commit
f568e7cca5
@ -268,7 +268,6 @@ wt_thread_run() {
|
||||
pid_t result = waitpid(_p3dcert_pid, &status, WNOHANG);
|
||||
if (result == -1) {
|
||||
perror("waitpid");
|
||||
break;
|
||||
}
|
||||
|
||||
nout << "p3dcert process has successfully stopped.\n";
|
||||
|
@ -78,6 +78,6 @@ private:
|
||||
THREAD _wait_thread;
|
||||
};
|
||||
|
||||
#include "P3DAuthSession.I"
|
||||
#include "p3dAuthSession.I"
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user