From ea70d43034f3a7126c78065a951a447e37409ef2 Mon Sep 17 00:00:00 2001 From: Aart Stuurman Date: Mon, 29 Jan 2018 16:34:22 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22026a9..88aed6c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,8 @@ File|Include when? amqpcpp.h|Always amqpcpp/linux_tcp.h|If using the Linux-only TCP module +On Windows you are required to define NOMINMAX when compiling code that includes public AMQP-CPP header files. + ## CMake The CMake file supports both building and installing. You can choose not to use the install functionality, and instead manually use the build output at `bin/`. Keep in mind that the TCP module is only supported for Linux. An example install method would be: ``` bash