16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

extcam workarounds: hide console, wait for recorder process to terminate

This commit is contained in:
milek7
2019-10-12 23:18:16 +02:00
parent b9791a6699
commit b48daaf890
2 changed files with 7 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ private:
#ifdef __unix__
FILE *file = nullptr;
#elif _WIN32
HANDLE proc_h = nullptr;
HANDLE pipe_rd = nullptr;
HANDLE pipe_wr = nullptr;
#endif