Actions
Bug #1723
openSDL3_rotozoom.c includes windows.h before fc_prehdrs.h
Start date:
11/03/2025
Due date:
% Done:
0%
Estimated time:
Description
SDL3_rotozoom.c includes first windows.h, and later SDL3_rotozoom.h. SDL3_rotozoom.h includes fc_prehdrs.h, which in turn includes winsock2.h. This is wrong order to include windows.h and winsock2.h.
Files
Actions