From 11976adced0e45c12c16665c8ea678c101038685 Mon Sep 17 00:00:00 2001 From: starfrost013 Date: Mon, 22 Dec 2025 22:29:35 +0000 Subject: [PATCH] remove remaining msvc check --- src/include/86box/plat.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/include/86box/plat.h b/src/include/86box/plat.h index cbc348709..7b2f0c12f 100644 --- a/src/include/86box/plat.h +++ b/src/include/86box/plat.h @@ -112,10 +112,6 @@ extern "C" { #endif -#if defined(_MSC_VER) -# define ssize_t intptr_t -#endif - /* Global variables residing in the platform module. */ extern int dopause; /* system is paused */ extern int mouse_capture; /* mouse is captured in app */