Miscellaneous additions to 'msvc_extra_headers'

This commit is contained in:
John Emmas 2013-10-06 11:01:25 +01:00
parent df2b5c90e4
commit 7d78172abf
2 changed files with 2 additions and 1 deletions

View file

@ -63,6 +63,7 @@
#define getcwd _getcwd #define getcwd _getcwd
#define getpid _getpid #define getpid _getpid
#define snprintf _snprintf #define snprintf _snprintf
#define random rand
#define link ntfs_link #define link ntfs_link
#define unlink ntfs_unlink #define unlink ntfs_unlink
#define strcasecmp stricmp #define strcasecmp stricmp

View file

@ -1,7 +1,7 @@
#ifndef _TARGETSXS_H_ #ifndef _TARGETSXS_H_
#define _TARGETSXS_H_ #define _TARGETSXS_H_
#pragma warning( disable : 4996 ) #pragma warning( disable : 4250 4996 )
#ifndef LV2_SUPPORT #ifndef LV2_SUPPORT
#define LV2_SUPPORT 1 #define LV2_SUPPORT 1