diff --git a/tz.html b/tz.html
index 7b4897f..e007e30 100644
--- a/tz.html
+++ b/tz.html
@@ -26,7 +26,7 @@
Howard E. Hinnant
-2017-06-04
+2017-07-03
HAS_REMOTE_API
and let AUTO_DOWNLOAD
default to 1.
+
+When _WIN32
is defined the library assumes that you are
+consuming the library from another DLL and defines #define DATE_API
+__declspec(dllimport)
. If you are including the cpp file directly into
+your project you can just define DATE_BUILD_LIB
for not using any of
+the dllimport/dllexport definitions.
+
+Define NOMINMAX
to disable the Windows min
and max
+macros.
+
mingw users: -lpthread
is required.