Compilation fix
This commit is contained in:
parent
ca471f52bc
commit
1772425bfb
@ -33,6 +33,7 @@ static char const _license[] =
|
|||||||
#define N_(string) (string)
|
#define N_(string) (string)
|
||||||
|
|
||||||
/* embed the Download class */
|
/* embed the Download class */
|
||||||
|
static unsigned int _surfer_cnt = 0;
|
||||||
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) /* uses GNet */
|
#if defined(WITH_GTKHTML) || defined(WITH_GTKTEXTVIEW) /* uses GNet */
|
||||||
# define WITH_DOWNLOAD
|
# define WITH_DOWNLOAD
|
||||||
#endif
|
#endif
|
||||||
@ -44,7 +45,6 @@ static char const _license[] =
|
|||||||
#endif
|
#endif
|
||||||
#ifdef WITH_DOWNLOAD
|
#ifdef WITH_DOWNLOAD
|
||||||
# define PROGNAME "surfer"
|
# define PROGNAME "surfer"
|
||||||
static unsigned int _surfer_cnt = 0;
|
|
||||||
# define _download_cnt _surfer_cnt
|
# define _download_cnt _surfer_cnt
|
||||||
# include "download.c"
|
# include "download.c"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user