Files
libkiwix/src
Matthieu Gautier 3be4d92c53 Correctly check if we are compiling for linux or not.
In C++11 `linux` is not a reserved word, so compilators do not define it.
A correct way to check if we are compiling for linux is to check for
`__linux__`.
2017-04-10 14:28:25 +02:00
..
2016-12-22 12:01:20 +01:00
2016-12-22 12:01:20 +01:00
2017-02-22 12:05:44 +01:00
2016-12-22 12:01:20 +01:00
2016-12-22 12:01:20 +01:00
2017-04-10 14:28:25 +02:00
2017-04-10 14:28:25 +02:00