Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mback2k committed Aug 23, 2022
1 parent a1f8843 commit c940724
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMake/CurlTests.c
Original file line number Diff line number Diff line change
Expand Up @@ -517,8 +517,10 @@ main() {
}
#endif
#ifdef HAVE_WIN32_WINNT
#undef HAVE_CONFIG_H
#define HAVE_WINDOWS_H
#include "../lib/curl_setup.h"
#include <windows.h>

#define enquote(x) #x
#define expand(x) enquote(x)
#pragma message("_WIN32_WINNT=" expand(_WIN32_WINNT))
Expand Down

0 comments on commit c940724

Please sign in to comment.