2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

added breakpad support for os x

This commit is contained in:
John Preston
2016-02-01 13:12:37 +03:00
parent 56fa8a0ee2
commit daa0adfff9
48 changed files with 9082 additions and 72 deletions

View File

@@ -22,7 +22,9 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
#define PSAPI_VERSION 1 // fix WinXP
//#define Q_NO_TEMPLATE_FRIENDS // fix some compiler difference issues
#include <signal.h>
#define __STDC_FORMAT_MACROS // fix breakpad for mac
#ifdef __cplusplus
#include <openssl/bn.h>
#include <openssl/rsa.h>
@@ -52,12 +54,18 @@ Copyright (c) 2014-2015 John Preston, https://desktop.telegram.org
extern "C" {
#endif
#include "zip.h"
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/opt.h>
#include <libswresample/swresample.h>
#include <libswscale/swscale.h>
#ifdef __cplusplus
}
#include "types.h"
@@ -79,3 +87,5 @@ extern "C" {
#include "gui/flatlabel.h"
#include "app.h"
#endif