mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
[build] MSVC: set HAVE_SYSTEM for desktop apps
This commit is contained in:
parent
c1c91bb78d
commit
cc3ad56ff2
@ -421,4 +421,14 @@
|
|||||||
/* Define for large files, on AIX-style hosts. */
|
/* Define for large files, on AIX-style hosts. */
|
||||||
/* #undef _LARGE_FILES */
|
/* #undef _LARGE_FILES */
|
||||||
|
|
||||||
|
/* Windows Universal Platform constraints */
|
||||||
|
#if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)
|
||||||
|
/* Either a desktop application without API restrictions, or and older system
|
||||||
|
before these macros were defined. */
|
||||||
|
|
||||||
|
/* ::wsystem is available */
|
||||||
|
#define HAVE_SYSTEM 1
|
||||||
|
|
||||||
|
#endif // !WINAPI_FAMILY || WINAPI_FAMILY_DESKTOP_APP
|
||||||
|
|
||||||
#endif //BITCOIN_BITCOIN_CONFIG_H
|
#endif //BITCOIN_BITCOIN_CONFIG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user