X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FFrontPanel.h;h=fba97e15ee001baf384012824ef6c2e09b61d7e7;hb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;hp=de3b74165751aa983efbb06fcffae4ce24cd4c9f;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/FrontPanel.h b/rts/FrontPanel.h index de3b741..fba97e1 100644 --- a/rts/FrontPanel.h +++ b/rts/FrontPanel.h @@ -9,6 +9,8 @@ #ifndef FRONTPANEL_H #define FRONTPANEL_H +BEGIN_RTS_PRIVATE + #ifdef RTS_GTK_FRONTPANEL #include "Rts.h" /* needed because this file gets included by @@ -31,5 +33,7 @@ extern gboolean continue_now, stop_now, quit; #endif /* RTS_GTK_FRONTPANEL */ +END_RTS_PRIVATE + #endif /* FRONTPANEL_H */