diff options
Diffstat (limited to 'src/theatre_detect.h')
-rw-r--r-- | src/theatre_detect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/theatre_detect.h b/src/theatre_detect.h index 5fed160e..53d8d119 100644 --- a/src/theatre_detect.h +++ b/src/theatre_detect.h @@ -38,9 +38,9 @@ */ -TheatrePtr DetectTheatre(GENERIC_BUS_Ptr b); +#define xf86_DetectTheatre DetectTheatre +_X_EXPORT TheatrePtr DetectTheatre(GENERIC_BUS_Ptr b); -#define xf86_DetectTheatre ((TheatrePtr (*)(GENERIC_BUS_Ptr))LoaderSymbol("DetectTheatre")) #endif |