mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
UPnP: Fix includes of thirdparty headers
This commit is contained in:
2
thirdparty/miniupnpc/miniupnpcstrings.h
vendored
2
thirdparty/miniupnpc/miniupnpcstrings.h
vendored
@@ -1,7 +1,7 @@
|
||||
#ifndef MINIUPNPCSTRINGS_H_INCLUDED
|
||||
#define MINIUPNPCSTRINGS_H_INCLUDED
|
||||
|
||||
#include <version.h>
|
||||
#include "core/version.h"
|
||||
|
||||
#define OS_STRING VERSION_NAME "/1.0"
|
||||
#define MINIUPNPC_VERSION_STRING "2.1"
|
||||
|
||||
Reference in New Issue
Block a user