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:
@@ -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
|
||||
|
Reference in New Issue
Block a user