Skip to content
Snippets Groups Projects
Commit 0da908d4 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'SystemTools-mingw'


4ef5b106 SystemTools: Ensure Windows Vista APIs are available before using them

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !228
parents dbc94f37 4ef5b106
No related branches found
No related tags found
1 merge request!228SystemTools: Ensure Windows Vista APIs are available before using them
......@@ -14,6 +14,10 @@
# endif
#endif
#if defined(_WIN32) && !defined(_WIN32_WINNT)
# define _WIN32_WINNT _WIN32_WINNT_VISTA
#endif
#include "kwsysPrivate.h"
#include KWSYS_HEADER(RegularExpression.hxx)
#include KWSYS_HEADER(SystemTools.hxx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment