diff options
author | Riccardo Spagni <ric@spagni.net> | 2015-12-30 12:28:03 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2015-12-30 12:28:03 +0200 |
commit | 7223eebbe71833e895fca95267cb243834dedf83 (patch) | |
tree | a5d48783316ff837e353c51a29b54f5324dd0bb1 /external/miniupnpc/miniupnpc_declspec.h | |
parent | Merge pull request #575 (diff) | |
parent | no longer need to pass the size to rapidjson (diff) | |
download | monero-7223eebbe71833e895fca95267cb243834dedf83.tar.xz |
Merge pull request #577
32a2633 no longer need to pass the size to rapidjson (Riccardo Spagni)
bd8e0fd add missing miniupnpc files, modify cmake to not build miniupnpc tests and to fix an issue with finding miniupnpcstrings (Riccardo Spagni)
7da9905 updated miniupnpc (Riccardo Spagni)
Diffstat (limited to '')
-rw-r--r-- | external/miniupnpc/miniupnpc_declspec.h (renamed from external/miniupnpc/declspec.h) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/external/miniupnpc/declspec.h b/external/miniupnpc/miniupnpc_declspec.h index 560aa3a6c..40adb922e 100644 --- a/external/miniupnpc/declspec.h +++ b/external/miniupnpc/miniupnpc_declspec.h @@ -1,5 +1,5 @@ -#ifndef DECLSPEC_H_INCLUDED -#define DECLSPEC_H_INCLUDED +#ifndef MINIUPNPC_DECLSPEC_H_INCLUDED +#define MINIUPNPC_DECLSPEC_H_INCLUDED #if defined(_WIN32) && !defined(MINIUPNP_STATICLIB) /* for windows dll */ @@ -17,5 +17,5 @@ #endif #endif -#endif +#endif /* MINIUPNPC_DECLSPEC_H_INCLUDED */ |