From ce0c6a0d32abf597b132685ce0c227a624e1f7ff Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 25 Mar 2017 18:35:00 +0100 Subject: [PATCH] pdcurses version 3.4 warning suppression. --- src/platform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/platform.h b/src/platform.h index 6ccbb8d6d..a56328485 100644 --- a/src/platform.h +++ b/src/platform.h @@ -1,5 +1,7 @@ #pragma once +#define _LP64 0 /* fix a warning in pdcurses 3.4 */ + #ifndef UNILIB_H #define UNILIB_H