Fix Windows build asking for wget

This commit is contained in:
Geoffrey Merck F4FXL - KC3FRA 2019-04-17 10:42:18 +02:00
parent c40eae61f8
commit 5eff889929

View file

@ -19,10 +19,12 @@
#ifndef XLXHostsFileDownloader_H
#define XLXHostsFileDownloader_H
#if !defined (_WINDOWS__)
#include <wx/wx.h>
#if !defined (__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>
class CXLXHostsFileDownloader {
public: