1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-04 17:04:49 +00:00

miniupnpc: Update to version 2.2.3

Library code and public headers are now properly separated, we can fix include paths
to remove the redundant subfolder.

(cherry picked from commit 432ac521ef)
This commit is contained in:
Rémi Verschelde
2021-11-19 12:00:37 +01:00
parent 048941b64e
commit 078228e0e4
41 changed files with 51 additions and 38 deletions

View File

@@ -32,7 +32,7 @@
#include "upnp.h"
#include <miniupnpc/upnpcommands.h>
#include <upnpcommands.h>
String UPNPDevice::query_external_address() const {
ERR_FAIL_COND_V(!is_valid_gateway(), "");