Core: Modernize C headers with C++ equivalents
This commit is contained in:
@ -37,7 +37,7 @@
|
||||
#include <miniupnpc/miniwget.h>
|
||||
#include <miniupnpc/upnpcommands.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <cstdlib>
|
||||
|
||||
void UPNPMiniUPNP::make_default() {
|
||||
UPNP::_create = UPNPMiniUPNP::_create;
|
||||
|
||||
Reference in New Issue
Block a user