Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-old.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libfreerdp-rfx/rfx_decode.c')
-rw-r--r--libfreerdp-rfx/rfx_decode.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libfreerdp-rfx/rfx_decode.c b/libfreerdp-rfx/rfx_decode.c
index 8dc8853..c57dba3 100644
--- a/libfreerdp-rfx/rfx_decode.c
+++ b/libfreerdp-rfx/rfx_decode.c
@@ -27,7 +27,11 @@
#include "rfx_decode.h"
+#ifdef WIN32
+static __inline void
+#else
static __inline void __attribute__((__gnu_inline__, __always_inline__, __artificial__))
+#endif
rfx_decode_format_RGB(sint16 * r_buf, sint16 * g_buf, sint16 * b_buf,
RFX_PIXEL_FORMAT pixel_format, uint8 * dst_buf)
{