Fix README markdown.

pull/1/head
Christian Beier 7 years ago
parent 1026ad43f5
commit a23e87e5ec
No known key found for this signature in database
GPG Key ID: 421BB3B45C6067F8

@ -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,

Loading…
Cancel
Save