tdesktop/Telegram/SourceFiles/platform
John Preston 21b1ba1f88 Move build to Ubuntu 14.04 and GCC 7.2.
To be able to run on the same distributions as before we need to have
the same GLIBC version dependency as in Ubuntu 12.04, which is 2.15.

For that we need to remove all usages of GLIBC features from 2.16 and above.
Currently there are three methods used, so they're wrapped in a separate
static library, linux_glibc_wraps.

It is a separate library because it must be compiled without '-flto' flag,
otherwise the inline __asm__ is not working and we get unresolved symbols.
2017-11-16 07:59:05 +04:00
..
linux Move build to Ubuntu 14.04 and GCC 7.2. 2017-11-16 07:59:05 +04:00
mac Replace t_assert() with Assert(). 2017-08-30 19:15:42 +03:00
win New storage for shared media messages index. 2017-11-16 07:59:02 +04:00
platform_audio.h
platform_file_utilities.h Platform-dependent file methods called async. 2017-02-28 18:03:38 +03:00
platform_main_window.h
platform_notifications_manager.h Fix calls build in Xcode. Fix calls panel in Retina. 2017-05-09 23:46:27 +03:00
platform_specific.h Start cloud langpack support. 2017-06-29 11:39:42 +03:00
platform_window_title.h