mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-09 09:25:07 -04:00
Update sdrbase and sdrgui to support Qt5 and Qt6
This commit is contained in:
@@ -257,7 +257,7 @@ QList<VISA::Instrument> VISA::instruments(QRegularExpression *filter)
|
||||
void *VISA::libraryOpen(const char *filename)
|
||||
{
|
||||
HMODULE module;
|
||||
module = LoadLibrary ((LPCSTR)filename);
|
||||
module = LoadLibraryA ((LPCSTR)filename);
|
||||
return module;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user