From 576d362963b005d9e3ab19f27f3ff4efb52ee8b4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 10 Aug 2016 06:10:45 +0200 Subject: [PATCH] Update Blip_Buffer.c --- mednafen/sound/Blip_Buffer.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mednafen/sound/Blip_Buffer.c b/mednafen/sound/Blip_Buffer.c index f8c8375..5f4c127 100644 --- a/mednafen/sound/Blip_Buffer.c +++ b/mednafen/sound/Blip_Buffer.c @@ -8,6 +8,10 @@ #include #include +#ifndef ULLONG_MAX +#define ULLONG_MAX 18446744073709551615ULL +#endif + /* Copyright (C) 2003-2006 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either