| Summary: | SDL_mouse.c fails to compile with CMake generated Visual Studio files if SDL_VIDEO_VULKAN 0/undefined | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Max Waine <bobishmax> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | marius.elvert |
| Version: | 2.0.9 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
|
Description
Max Waine
2019-01-10 16:43:57 UTC
Oh it's important to mention that both the files for MinGw and Visual Studio were generated with CMake. I do have the same problem although it did compile for me with warning C4013: 'GetDoubleClickTime' undefined; assuming extern returning int, leading me into a wild goose chase of what broke my build. Fixed, thanks! https://hg.libsdl.org/SDL/rev/d188272453ce |