mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2653 from cremno/remove-unnecessary-_win32-preprocessor-check
remove unnecessary _WIN32 preprocessor check
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@
|
||||
#define FLAG_SRC_MALLOC 1
|
||||
#define FLAG_SRC_STATIC 0
|
||||
|
||||
#if !defined(_WIN32) && SIZE_MAX < UINT32_MAX
|
||||
#if SIZE_MAX < UINT32_MAX
|
||||
# define SIZE_ERROR_MUL(x, y) ((x) > SIZE_MAX / (y))
|
||||
# define SIZE_ERROR(x) ((x) > SIZE_MAX)
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user