Correct winsock.h headers in CreateExampleGDTArchiveScript.java

There is a compile error if you include both winsock.h and winsock2.h. It says you should only include winsock2.h.
This commit is contained in:
xiaoyinl
2025-10-18 11:07:42 +08:00
committed by GitHub
parent 9e3bdc0e50
commit 15482627d8
@@ -252,8 +252,6 @@ public class CreateExampleGDTArchiveScript extends GhidraScript {
"af_irda.h",
"in6addr.h",
"mstcpip.h",
"ws2def.h",
"winsock.h",
"winsock2.h",
"nsemail.h",
"nspapi.h",