mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
Add ::localtime_r implementation for mingw
This commit is contained in:
parent
5d125e1eae
commit
c43ff1113d
3 changed files with 50 additions and 0 deletions
7
libs/pbd/pbd/localtime_r.h
Normal file
7
libs/pbd/pbd/localtime_r.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef PBD_LOCALTIME_R
|
||||
#define PBD_LOCALTIME_R
|
||||
#include <time.h>
|
||||
|
||||
extern struct tm *localtime_r(const time_t *const timep, struct tm *p_tm);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue