Actions
Bug #2211
openSDL2_rotozoom.c includes "windows.h" before SDL2_rotozoom.h -> fc_prehdrs.h -> winsock2.h
Start date:
09/03/2026
Due date:
% Done:
0%
Estimated time:
Description
If both are included, winsock2.h should be included before windows.h, and that's what fc_prehdrs.h tries to do. But in case of included SDL2_rotozoom.h "windows.h" is included directly already before fc_prehdrs.h. This leads at least to a #warning
Files
Updated by Marko Lindqvist 3 days ago
- File 0066-SDL2_rotozoom.c-Include-fc_prehdrs.h-before-windows..patch 0066-SDL2_rotozoom.c-Include-fc_prehdrs.h-before-windows..patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions