This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-03-24 17:31:51 +01:00
parent 25eeee30b7
commit a70fd0510d

View file

@ -20,7 +20,7 @@
#ifndef XLXHostsFileDownloader_H
#define XLXHostsFileDownloader_H
#if !defined (_WINDOWS__)
#define XLX_USE_WGET //for som reason libwx is missing the net stuff on some distros, therefore always use wget if we are not compiling under windows
#define XLX_USE_WGET //for some reason libwx is missing the net stuff on some distros, therefore always use wget if we are not compiling under windows
#endif
#include <wx/wx.h>