From 0f61faa7b7041efcedd1363b11b44fa97ad97448 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Tue, 11 Oct 2016 16:26:57 -0400 Subject: GN: windows compiles locally. Not yet linking. Ignoring bots for now. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3200 Change-Id: Idd75033313df60844c2ba602f7845b3c52987bc2 Reviewed-on: https://skia-review.googlesource.com/3200 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- third_party/libmicrohttpd/BUILD.gn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'third_party/libmicrohttpd') diff --git a/third_party/libmicrohttpd/BUILD.gn b/third_party/libmicrohttpd/BUILD.gn index 723807723f..7780471589 100644 --- a/third_party/libmicrohttpd/BUILD.gn +++ b/third_party/libmicrohttpd/BUILD.gn @@ -32,5 +32,12 @@ third_party("libmicrohttpd") { "HAVE_SYS_SOCKET_H=1", "MHD_USE_POSIX_THREADS=1", ] + } else { + defines += [ + "HAVE_SYS_TYPES_H=1", + "HAVE_TIME_H=1", + "MHD_USE_W32_THREADS=1", + "WINDOWS", + ] } } -- cgit v1.2.3