New upstream version 2.0.0~gite60d0d5

This commit is contained in:
Bernhard Miklautz
2016-11-30 10:07:58 +00:00
parent 9aa47e3624
commit 4e8ad76edb
642 changed files with 45069 additions and 44085 deletions
+6 -4
View File
@@ -21,14 +21,16 @@
#define FREERDP_UTILS_SIGNAL_H
#include <freerdp/api.h>
#include <freerdp/freerdp.h>
#ifndef _WIN32
#include <signal.h>
#include <termios.h>
extern volatile sig_atomic_t terminal_needs_reset;
extern int terminal_fildes;
extern struct termios orig_flags;
extern struct termios new_flags;
FREERDP_API extern volatile sig_atomic_t terminal_needs_reset;
FREERDP_API extern int terminal_fildes;
FREERDP_API extern struct termios orig_flags;
FREERDP_API extern struct termios new_flags;
#endif
#ifdef __cplusplus