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
Actions