From 348c0201de8ba7f6a84bf2af8e6b969d53fb2348 Mon Sep 17 00:00:00 2001 From: Blendi Date: Sun, 12 Apr 2026 20:17:09 +0200 Subject: [PATCH] apparently windows sucks --- src/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.h b/src/types.h index a9b50cb..7f4f68c 100644 --- a/src/types.h +++ b/src/types.h @@ -1 +1 @@ -typedef unsigned long int noom_uint_t; +typedef unsigned long long int noom_uint_t;