1
0
mirror of synced 2025-04-20 11:47:43 +03:00
cpp-httplib/test/include_windows_h.cc
Florian Albrechtskirchinger 735e5930eb
Detect additional CMake build failures (#2058)
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:45:28 -05: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>