mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-01-20 15:10:18 +01:00
Merge pull request #30 from F4FXL/NewXLX
Fix Windows build asking for wget
This commit is contained in:
commit
f2d9f61fa0
|
|
@ -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