mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 22:49:12 +00:00
[MKISOFS]
- Fix VS 2015 build CORE-11988 svn path=/trunk/; revision=73060
This commit is contained in:
parent
8d77737ce9
commit
b6d3cf9388
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
#define HAVE_C99_ISNAN 1
|
||||
|
||||
#define HAVE_SNPRINTF 1
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue