2
0
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:
John Preston
2016-06-16 15:59:54 +03:00
parent 84f704448a
commit fd91893b51
32 changed files with 5081 additions and 3046 deletions

View File

@@ -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();
}
}