mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
fix #ifdef in localtime_r header (from Valeriy)
This commit is contained in:
parent
d52eb5bf23
commit
f15932a5c2
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
#elif defined __MINGW64__
|
#elif defined __MINGW64__
|
||||||
|
|
||||||
# ifdef (localtime_r)
|
# ifdef localtime_r
|
||||||
# undef localtime_r
|
# undef localtime_r
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue