cpp-httplib/test/include_windows_h.cc
Florian Albrechtskirchinger cac09a760f
Detect additional CMake build failures
Add include_httplib.cc to the main test executable (already done in
Makefile), and add include_windows_h.cc to the main test executable on
Windows to test if including windows.h conflicts with httplib.h.
2025-02-16 15:35:58 +01:00

7 lines
128 B
C++

// Test if including windows.h conflicts with httplib.h
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <httplib.h>