mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Moved PsMainWindow to Platform::MainWindow, outside of pspecific module.
Currently only MSVC build is Ok, Xcode and QtCreator are broken.
This commit is contained in:
@@ -254,7 +254,7 @@ namespace {
|
||||
namespace ThirdParty {
|
||||
|
||||
void start() {
|
||||
PlatformSpecific::ThirdParty::start();
|
||||
Platform::ThirdParty::start();
|
||||
|
||||
if (!RAND_status()) { // should be always inited in all modern OS
|
||||
char buf[16];
|
||||
@@ -293,7 +293,7 @@ namespace ThirdParty {
|
||||
delete[] _sslLocks;
|
||||
_sslLocks = 0;
|
||||
|
||||
PlatformSpecific::ThirdParty::finish();
|
||||
Platform::ThirdParty::finish();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user