Skip to content

Commit

Permalink
Corrected comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastique committed Jul 28, 2020
1 parent db39039 commit 96ff4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/unique_path.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# include <boost/winapi/bcrypt.hpp>
# if !defined(BOOST_FILESYSTEM_NO_DEPRECATED) && defined(_MSC_VER)
# pragma comment(lib, "bcrypt.lib")
# endif // defined(_MSC_VER)
# endif // !defined(BOOST_FILESYSTEM_NO_DEPRECATED) && defined(_MSC_VER)
# else // defined(BOOST_FILESYSTEM_HAS_BCRYPT)
# include <boost/winapi/crypt.hpp>
# include <boost/winapi/get_last_error.hpp>
Expand All @@ -68,7 +68,7 @@
# else
# pragma comment(lib, "coredll.lib")
# endif
# endif // defined(_MSC_VER)
# endif // !defined(BOOST_FILESYSTEM_NO_DEPRECATED) && defined(_MSC_VER)
# endif // defined(BOOST_FILESYSTEM_HAS_BCRYPT)
#endif

Expand Down

0 comments on commit 96ff4a1

Please sign in to comment.