mirror of
https://github.com/debauchee/barrier.git
synced 2024-12-25 20:13:23 +03:00
Fixed code style
Conflicts: src/lib/arch/win32/ArchPluginWindows.cpp
This commit is contained in:
parent
88214a0d3c
commit
5a9cbc97e3
src/lib/arch/win32
@ -69,8 +69,8 @@ ArchPluginWindows::load()
|
|||||||
void* lib = reinterpret_cast<void*>(library);
|
void* lib = reinterpret_cast<void*>(library);
|
||||||
String filename = synergy::string::removeFileExt(*it);
|
String filename = synergy::string::removeFileExt(*it);
|
||||||
m_pluginTable.insert(std::make_pair(filename, lib));
|
m_pluginTable.insert(std::make_pair(filename, lib));
|
||||||
|
|
||||||
const char* version = (char*)invoke(filename.c_str(), "version",NULL);
|
const char* version = (char*)invoke(filename.c_str(), "version",NULL);
|
||||||
|
|
||||||
if (version == NULL) {
|
if (version == NULL) {
|
||||||
version = kPre174Plugin;
|
version = kPre174Plugin;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user