Miscellaneous additions to 'msvc_extra_headers'
This commit is contained in:
parent
df2b5c90e4
commit
7d78172abf
@ -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…
Reference in New Issue
Block a user