mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 20:54:27 +02:00
Default USE_SHELL_API to 1
This commit is contained in:
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"
|
||||||
|
Reference in New Issue
Block a user