mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Miscellaneous additions to 'msvc_extra_headers'
This commit is contained in:
parent
df2b5c90e4
commit
7d78172abf
2 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@
|
|||
#define getcwd _getcwd
|
||||
#define getpid _getpid
|
||||
#define snprintf _snprintf
|
||||
#define random rand
|
||||
#define link ntfs_link
|
||||
#define unlink ntfs_unlink
|
||||
#define strcasecmp stricmp
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#ifndef _TARGETSXS_H_
|
||||
#define _TARGETSXS_H_
|
||||
|
||||
#pragma warning( disable : 4996 )
|
||||
#pragma warning( disable : 4250 4996 )
|
||||
|
||||
#ifndef LV2_SUPPORT
|
||||
#define LV2_SUPPORT 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue