mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
[build] MSVC: set HAVE_SYSTEM for desktop apps
This commit is contained in:
parent
c1c91bb78d
commit
cc3ad56ff2
1 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue