mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Remove local_strtoull, windows has equivalent function _strtoui64
This commit is contained in:
committed by
Erik de Castro Lopo
parent
9b7cb22f84
commit
7e62afe9fa
@@ -59,3 +59,11 @@
|
||||
#include <inttypes.h>
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define strtoll _strtoi64
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#define restrict __restrict
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user