diff options
Diffstat (limited to 'x11vnc/macosxCG.c')
-rw-r--r-- | x11vnc/macosxCG.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/macosxCG.c b/x11vnc/macosxCG.c index b7dd2e8..81175a4 100644 --- a/x11vnc/macosxCG.c +++ b/x11vnc/macosxCG.c @@ -6,6 +6,8 @@ * will not work!! */ +void macosxCG_dummy(void) {} + #if (defined(__MACH__) && defined(__APPLE__)) #include <ApplicationServices/ApplicationServices.h> |