mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-01 14:10:03 +01:00
Fix Windows build asking for wget
This commit is contained in:
parent
c40eae61f8
commit
5eff889929
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue