5 Aug
2024
5 Aug
'24
7:16 p.m.
Elizabeth Figura (@zfigura) commented about dlls/ntdll/unix/socket.c:
#include "ws2tcpip.h" #include "wsipx.h" #include "af_irda.h" +#ifdef HAS_IPX +#include "wsnwlink.h" +#endif I guess include-guarding this is helpful to give the preprocessor less work to do, but usually we don't bother include-guarding Windows headers...
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/6191#note_77817