#define WIN32_LEAN_AND_MEAN #include #include "../include/dvdsynth-device.h" namespace ListenerThread { void Spawn(); void AsyncRescanBus(); } namespace KernelThread { enum { num_bays = 31 }; void Spawn(); void AsyncSetHandler(int target, DvsDeviceKernel* kernel_handler); void AsyncCallInitFunc(HMODULE hmodule); void* _stdcall AsyncDriverCall(dvs_driver_handle handle, const char* exported_name, const char* types, ...); }