mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[ifdef] properly check for defined
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#include <wayland-client.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#if __GNUC__ >= 4
|
||||
#if defined(__GNUC__) && (__GNUC__ >= 4)
|
||||
#define UWAC_API __attribute__((visibility("default")))
|
||||
#else
|
||||
#define UWAC_API
|
||||
|
||||
Reference in New Issue
Block a user