Files
engine/modules/upnp
Hugo Locurcio cd9d78acfc Fix UPNP code sample using OK constant incorrectly
The returned value is an UPNPResult, not an Error. Both
`UPNP.UPNP_RESULT_SUCCESS` and `OK` are equal to 0, so it will
behave the same, but it's not identical from a static typing perspective.

(cherry picked from commit cfa8d762ef8c513faa73b7f08074858475127921)
2026-03-05 17:58:30 -06:00
..