Martin Hořeňovský b3907a78e1 Added NOMINMAX and WIN32_LEAN_AND_MEAN defines before including windows.h
This stops the `windows.h` header from defining `min` and `max` macros
and including lot of Windows APIs that are not needed by Catch.
2017-01-12 16:00:02 +01:00
..
2017-01-10 07:36:06 +00:00
2017-01-07 09:55:27 +01:00
2016-02-26 10:29:23 -05:00
2017-01-07 14:51:13 +01:00
2017-01-07 22:05:18 +01:00
2017-01-07 09:56:21 +01:00

These are the currently documented areas of the framework. There is more to come.

Before looking at this material be sure to read the tutorial

Other