| Summary: | Compile error when disabling SDL_POWER/SDL_SENSOR due to dynapi | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Dom <stfx> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | target-2.0.14 |
| Version: | 2.0.12 | ||
| Hardware: | x86 | ||
| OS: | Windows 10 | ||
| Attachments: | Patch | ||
|
Description
Dom
2020-06-15 09:08:56 UTC
This is fixed in https://hg.libsdl.org/SDL/rev/2fabbbee604c --ryan. Created attachment 4397 [details]
Patch
Thanks, similarly the following should also fix building with -DSDL_SENSOR=Off
Whoops, yes, I only did half of the work. :) Good catch, your patch is now https://hg.libsdl.org/SDL/rev/f1a59a78dcec --ryan. |