Merge pull request #6609 from starfrost013/bugfixes

remove remaining msvc check
This commit is contained in:
Miran Grča
2025-12-22 23:31:17 +01:00
committed by GitHub

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