From: leslie Date: Sat, 9 Feb 2008 00:25:13 +0000 (+0100) Subject: fix sasc-ng compile (now for real) X-Git-Tag: 0.9.0~1 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=cdbe9c424e82595d391ecc91a6a68f2b719d8f61;p=sasc-ng.git fix sasc-ng compile (now for real) --- diff --git a/sc.c b/sc.c index 30b1c90..b762745 100644 --- 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);