mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Minor declaration issue that upsets MSVC/c++17
This commit is contained in:
parent
944e9720bd
commit
fd8808d7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ typedef unsigned int nfds_t;
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
LIBPBD_API int __cdecl gettimeofday(struct timeval *__restrict tv, __timezone_ptr_t tz);
|
||||
LIBPBD_API int __cdecl gettimeofday(struct timeval *__restrict tv, __timezone_ptr_t tz) __THROW;
|
||||
LIBPBD_API ssize_t PBD_APICALLTYPE pread(int handle, void *buf, size_t nbytes, off_t offset);
|
||||
LIBPBD_API ssize_t PBD_APICALLTYPE pwrite(int handle, const void *buf, size_t nbytes, off_t offset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue