Sign in
llvm
/
third_party
/
cpp-httplib
/
refs/heads/master
/
.
/
test
/
include_windows_h.cc
blob: 44f541f6e44885f5d7c4517b33285f49bf9dbaa8 [
file
] [
log
] [
blame
] [
edit
]
// Test if including windows.h conflicts with httplib.h
#define
WIN32_LEAN_AND_MEAN
#include
<windows.h>
#include
<httplib.h>