mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-14 09:47:57 +08:00
Default USE_SHELL_API to 1
This commit is contained in:
parent
bae66f2bff
commit
887d7574b1
2
tz.h
2
tz.h
@ -70,7 +70,7 @@ static_assert(HAS_REMOTE_API == 0 ? AUTO_DOWNLOAD == 0 : true,
|
|||||||
"AUTO_DOWNLOAD can not be turned on without HAS_REMOTE_API");
|
"AUTO_DOWNLOAD can not be turned on without HAS_REMOTE_API");
|
||||||
|
|
||||||
#ifndef USE_SHELL_API
|
#ifndef USE_SHELL_API
|
||||||
# define USE_SHELL_API 0
|
# define USE_SHELL_API 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "date.h"
|
#include "date.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user