mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix UPNP on windows after #30205.
The problem could be related to different byte ordering when copying
the interface address over the binding address.
(cherry picked from commit e85330231c)
This commit is contained in:
committed by
Rémi Verschelde
parent
273927273d
commit
72395ca846
1
thirdparty/README.md
vendored
1
thirdparty/README.md
vendored
@@ -310,6 +310,7 @@ Files extracted from upstream source:
|
||||
- All `*.c` and `*.h` files from `miniupnpc` to `thirdparty/miniupnpc/miniupnpc`
|
||||
- Remove `test*`, `minihttptestserver.c` and `wingenminiupnpcstrings.c`
|
||||
|
||||
The patch `windows_fix.diff` is applied to `minissdpc.c` to fix an upstream issue.
|
||||
The only modified file is miniupnpcstrings.h, which was created for Godot
|
||||
(it is usually autogenerated by cmake).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user