Open Bizarrus opened 1 week ago
Adding dependency win32 ~>2.100.2
I'be got following Deprecation-error:
[!CAUTION] C:/Users/<user>/AppData/Local/dub/packages/win32/2.100.2/win32/src/win32/winsock2.d(701,16): Deprecation: cannot access @system variable h_addr_list in @safe code C:/Users/<user>/AppData/Local/dub/packages/win32/2.100.2/win32/src/win32/winsock2.d(701,16): Deprecation: cannot access @system field hostent.h_addr_list in @safe code
@system
h_addr_list
hostent.h_addr_list
@safe
How i can fix these?
Oh, I guess this needs an update to pull Druntime from the DMD repository following the move.
I'be got following Deprecation-error:
How i can fix these?