Use polyfills in MSYS2 environment
This commit is contained in:
committed by
Andrew Gaul
parent
6aaf9433a5
commit
b14e39815b
@ -32,6 +32,11 @@
|
||||
#include "s3fs.h"
|
||||
#include "string_util.h"
|
||||
|
||||
// Use the polyfill in MSYS2 environment
|
||||
#ifdef __MSYS__
|
||||
#include "strptime.h"
|
||||
#endif
|
||||
|
||||
//-------------------------------------------------------------------
|
||||
// Global variables
|
||||
//-------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user