00001 00034 #ifndef X11COMPAT_H 00035 #define X11COMPAT_H 00036 00037 #include "oldgcccompat.h" // Compatibilty macros for GCC < 4.7 00038 00039 namespace AlarmNotifications 00040 { 00041 00049 void InitializeXThreads(); 00050 00051 } 00052 00053 #endif // X11COMPAT_H