mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Remove wxWidgets
Makefiles now build bitcoind only. qmake/make in top-level directory is used to build Bitcoin QT Deleted almost all #ifdef GUI from the code (left one possibly controversial one) Deleted xpm/ files.
This commit is contained in:
@@ -132,7 +132,7 @@ inline int myclosesocket(SOCKET& hSocket)
|
||||
return ret;
|
||||
}
|
||||
#define closesocket(s) myclosesocket(s)
|
||||
#if !defined(QT_GUI) && !defined(GUI)
|
||||
#if !defined(QT_GUI)
|
||||
inline const char* _(const char* psz)
|
||||
{
|
||||
return psz;
|
||||
|
||||
Reference in New Issue
Block a user