File: include_windows_h.cc

package info (click to toggle)
cpp-httplib 0.20.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,544 kB
  • sloc: cpp: 16,479; makefile: 150; sh: 50; python: 50
file content (6 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
// Test if including windows.h conflicts with httplib.h

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#include <httplib.h>