mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Update file-utils include, add windows.h for CreateHardLinkA
This commit is contained in:
parent
a458a302d1
commit
8efc12c66a
1 changed files with 7 additions and 7 deletions
|
|
@ -29,13 +29,13 @@
|
|||
#include "pbd/gstdio_compat.h"
|
||||
|
||||
#if defined COMPILER_MINGW || defined COMPILER_MSVC
|
||||
#if defined COMPILER_MINGW
|
||||
#include <io.h> // For W_OK
|
||||
#include <windows.h>
|
||||
#endif
|
||||
#include <sys/utime.h>
|
||||
#else
|
||||
#include <utime.h>
|
||||
# include <windows.h>
|
||||
# include <sys/utime.h>
|
||||
# if defined COMPILER_MINGW
|
||||
# include <io.h> // For W_OK
|
||||
# endif
|
||||
#else // not windows
|
||||
# include <utime.h>
|
||||
#endif
|
||||
|
||||
#include <glibmm/convert.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue