Skip to content

Commit

Permalink
ADD ERROR MESSAGE IF WIN SDK VERSION IS LESS VISTA
Browse files Browse the repository at this point in the history
  • Loading branch information
BurningEnlightenment committed May 19, 2015
1 parent ee42b51 commit 9473347
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/boost/application/detail/windows/path_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
#include <cstdlib>
#include <shlobj.h>

#if NTDDI_VERSION < NTDDI_VISTA
#error at least the windows vista feature level of the windows sdk is required, e.g. include https://gist.github.com/BurningEnlightenment/05eef0ba2b569d5e2828 at the beginning of your prefix header
#endif

#ifdef BOOST_HAS_PRAGMA_ONCE
# pragma once
#endif
Expand Down

0 comments on commit 9473347

Please sign in to comment.