From 3f5cd65640927c562adcb4bbe6d00b0f2a0f91b4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 18 Jan 2019 23:44:34 +0100 Subject: Fix wrong WITH_REMOTE_AWARENESS_*** macro names. --- src/rda_x2go.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rda_x2go.h') diff --git a/src/rda_x2go.h b/src/rda_x2go.h index 34b8ebc..26d37a8 100644 --- a/src/rda_x2go.h +++ b/src/rda_x2go.h @@ -29,7 +29,7 @@ #include -#ifdef WITH_X2GO_AWARENESS +#ifdef WITH_REMOTE_AWARENESS_X2GO gboolean rda_session_is_x2go (void); @@ -40,6 +40,6 @@ rda_session_suspend_x2go(void); gboolean rda_session_terminate_x2go(void); -#endif /* WITH_X2GO_AWARENESS */ +#endif /* WITH_REMOTE_AWARENESS_X2GO */ #endif /* RDA_X2GO_H */ -- cgit v1.2.3