aboutsummaryrefslogtreecommitdiff
path: root/external/miniupnpc/miniupnpc_declspec.h
diff options
context:
space:
mode:
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 */