mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-27 11:43:05 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user