From 3edad5e6f587a1ccb68b37dedc04c49547f63c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Mon, 9 Oct 2023 12:30:47 +0200 Subject: [PATCH] Drop INT32 => TQ_INT32 definitions that are no longer needed, causing conflicting declaration and leading to FTBFS on 32bit architectures. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- dcop/dcopglobal.h | 1 - dcop/dcopserver.h | 1 - 2 files changed, 2 deletions(-) diff --git a/dcop/dcopglobal.h b/dcop/dcopglobal.h index de6a9b223..7a684533e 100644 --- a/dcop/dcopglobal.h +++ b/dcop/dcopglobal.h @@ -37,7 +37,6 @@ #define DCOPReplyDelayed 6 #define DCOPFind 7 -#define INT32 TQ_INT32 #ifdef Q_WS_X11 #include #include diff --git a/dcop/dcopserver.h b/dcop/dcopserver.h index c9ff4d3ff..017326376 100644 --- a/dcop/dcopserver.h +++ b/dcop/dcopserver.h @@ -34,7 +34,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include #include -#define INT32 TQ_INT32 #ifdef Q_WS_X11 #include #include