]> www.vanbest.org Git - sasc-ng.git/commitdiff
fix sasc-ng compile (now for real)
authorleslie <unknown>
Sat, 9 Feb 2008 00:25:13 +0000 (01:25 +0100)
committerleslie <unknown>
Sat, 9 Feb 2008 00:25:13 +0000 (01:25 +0100)
sc.c

diff --git a/sc.c b/sc.c
index 30b1c9058ebf48a3a7d14349e6d6ee84f6305e1f..b762745b71584b44630c3fe3478f11c659faa91a 100644 (file)
--- a/sc.c
+++ b/sc.c
@@ -1228,7 +1228,9 @@ public:
   virtual bool Initialize(void);
   virtual bool Start(void);
   virtual void Stop(void);
+#ifndef SASC
   virtual void MainThreadHook(void);
+#endif
   virtual cMenuSetupPage *SetupMenu(void);
   virtual bool SetupParse(const char *Name, const char *Value);
   virtual const char **SVDRPHelpPages(void);