updated folder scanning code
This commit is contained in:
11
src/client_backend/thread_ctrl.h
Normal file
11
src/client_backend/thread_ctrl.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#ifndef THREAD_CTRL_H
|
||||
#define THREAD_CTRL_H
|
||||
|
||||
#include <iostream>
|
||||
#include <Windows.h>
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
|
||||
int start_thread(const char*command);
|
||||
#endif
|
||||
Reference in New Issue
Block a user