Project

General

Profile

Bug #1723

Updated by Marko Lindqvist 1 day ago

SDL3_rotozoom.c includes first windows.h, and later SDL3_rotozoom.h. SDL3_rotozoom.h includes fc_prehdrs.h, fc_preheaders.h, which in turn includes winsock2.h. This is wrong order to include windows.h and winsock2.h.

Back