This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libsdlgame/deps/flac-alloc.h.patch

16 lines
349 B
Diff
Raw Normal View History

--- flac-1.2.1/include/share/alloc.h 2007-09-12 01:32:21 -0400
+++ flac-1.2.1/include/share/alloc.new.h 2011-05-22 13:52:19 -0400
@@ -35,11 +35,7 @@
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
-# ifdef _MSC_VER
-# define SIZE_T_MAX UINT_MAX
-# else
-# error
-# endif
+# define SIZE_T_MAX UINT_MAX
# endif
# define SIZE_MAX SIZE_T_MAX
#endif