diff options
Diffstat (limited to 'vcl/inc/vcl/svapp.hxx')
-rw-r--r-- | vcl/inc/vcl/svapp.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vcl/inc/vcl/svapp.hxx b/vcl/inc/vcl/svapp.hxx index 3f0404588097..804a3c7b059a 100644 --- a/vcl/inc/vcl/svapp.hxx +++ b/vcl/inc/vcl/svapp.hxx @@ -101,9 +101,11 @@ typedef long (*VCLEventHookProc)( NotifyEvent& rEvt, void* pData ); // - ApplicationEvent - // -------------------- -// Erstmal wieder eingebaut, damit AppEvents auf dem MAC funktionieren +// Build in again, in order to make AppEvents work on MACs + +// ATTENTION: ENUM duplicate in daemon.cxx under Unix! + #ifdef UNX -// enum Doppelt in daemon.cxx unter unix Achtung !!! enum Service { SERVICE_OLE, SERVICE_APPEVENT, SERVICE_IPC }; #endif |