remove remaining msvc check

This commit is contained in:
starfrost013
2025-12-22 22:29:35 +00:00
parent d95d0d0b59
commit 11976adced

View File

@@ -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 */