Skip to content

Commit

Permalink
meson: fix generic location of vss headers
Browse files Browse the repository at this point in the history
This is a left-over, despite requesting the change before the merge.

Fixes: commit 8821a38 ("configure, meson: replace VSS SDK checks and options with --enable-vss-sdk")
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20220222194008.610377-2-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
elmarco authored and bonzini committed Feb 28, 2022
1 parent b7390f6 commit 3600062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Expand Up @@ -1936,7 +1936,7 @@ have_vss = false
if targetos == 'windows' and link_language == 'cpp'
have_vss = cxx.compiles('''
#define __MIDL_user_allocate_free_DEFINED__
#include <inc/win2003/vss.h>
#include <vss.h>
int main(void) { return VSS_CTX_BACKUP; }''')
endif

Expand Down

0 comments on commit 3600062

Please sign in to comment.