From d534cd00275c99a3c2279a65f40c572fa5ccf692 Mon Sep 17 00:00:00 2001
From: Yang Tse <yangsita@gmail.com>
Date: Fri, 3 Dec 2010 04:15:39 +0100
Subject: [PATCH] build: provide SIZEOF_SIZE_T DOS definition

---
 lib/config-dos.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config-dos.h b/lib/config-dos.h
index 863539b737..bb0315e2cb 100644
--- a/lib/config-dos.h
+++ b/lib/config-dos.h
@@ -67,6 +67,7 @@
 #define SIZEOF_INT             4
 #define SIZEOF_LONG_DOUBLE     16
 #define SIZEOF_SHORT           2
+#define SIZEOF_SIZE_T          4
 #define STDC_HEADERS           1
 #define TIME_WITH_SYS_TIME     1
 
-- 
GitLab