From a23e87e5ec02678dd0be0c19bf2ac4f01c8315ee Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 29 Dec 2016 18:45:40 +0100 Subject: [PATCH] Fix README markdown. --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 43c574a..c930307 100644 --- a/README +++ b/README @@ -334,11 +334,13 @@ There are three packages you want to get hold of: zlib, jpeg and pthreads. The latter is not strictly necessary, but when you put something like this into your source: +``` #define MUTEX(s) struct { int something; MUTEX(latex); } +``` Microsoft's C++ compiler doesn't do it. It complains that this is an error. This, however, is how I implemented mutexes in case you don't need pthreads,