kopia lustrzana https://github.com/Hamlib/Hamlib
Fix rigctld for win32 build
rodzic
6bf3b00c4f
commit
c69502e11c
|
@ -165,7 +165,7 @@ static void sync_callback(int lock)
|
|||
#ifdef WIN32
|
||||
static BOOL WINAPI CtrlHandler(DWORD fdwCtrlType)
|
||||
{
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "CtrlHandler called\n");
|
||||
rig_debug(RIG_DEBUG_VERBOSE, "%s: called\n", __func__);
|
||||
|
||||
switch (fdwCtrlType)
|
||||
{
|
||||
|
|
Ładowanie…
Reference in New Issue