mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-23 11:27:36 +02:00
Drop C prefix on Windows
This commit is contained in:
parent
e5e0a3b653
commit
9fd11da578
48 changed files with 555 additions and 555 deletions
|
@ -145,7 +145,7 @@ AppUtilWindows::run(int argc, char** argv)
|
|||
// record window instance for tray icon, etc
|
||||
ArchMiscWindows::setInstanceWin32(GetModuleHandle(NULL));
|
||||
|
||||
CMSWindowsScreen::init(ArchMiscWindows::instanceWin32());
|
||||
MSWindowsScreen::init(ArchMiscWindows::instanceWin32());
|
||||
Thread::getCurrentThread().setPriority(-14);
|
||||
|
||||
StartupFunc startup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue