diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 13:32:30 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 13:32:30 -0800 |
commit | 838fdf4d1142e303ef862b1d26a811ee8389fa33 (patch) | |
tree | 21f13d4483ff46f54cd72501b7b0e7023432b023 | |
parent | 685c5e9ad1e8deca61c00550f45678f35eaaabbb (diff) | |
download | infinitytier-838fdf4d1142e303ef862b1d26a811ee8389fa33.tar.gz infinitytier-838fdf4d1142e303ef862b1d26a811ee8389fa33.zip |
ifdef naming fix.
-rw-r--r-- | osdep/PortMapper.hpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/osdep/PortMapper.hpp b/osdep/PortMapper.hpp index 8441fa2d..3643445b 100644 --- a/osdep/PortMapper.hpp +++ b/osdep/PortMapper.hpp @@ -25,11 +25,11 @@ * LLC. Start here: http://www.zerotier.com/ */ -#ifndef ZT_UPNPCLIENT_HPP -#define ZT_UPNPCLIENT_HPP - #ifdef ZT_USE_MINIUPNPC +#ifndef ZT_PORTMAPPER_HPP +#define ZT_PORTMAPPER_HPP + #include <vector> #include "../node/Constants.hpp" @@ -75,6 +75,6 @@ private: } // namespace ZeroTier -#endif // ZT_USE_MINIUPNPC - #endif + +#endif // ZT_USE_MINIUPNPC |