0ad/source/third_party
Yves fd3d335265 Sacrifices a goat to the gods of insanity.
Fixes random crashes on Windows due to differences of STL types on the
binary level between different static libraries.
The differences are caused by the definition of _HAS_ITERATOR_DEBUGGING
and _SECURE_SCL in lib/precompiled.h.
All our engine static libs use precompiled headers but we didn't use
them for tinygettext because they aren't needed (except for these two
defines).
I've decided to add precompiled headers to tinygettext too instead of
just copying these defines. That should cause less headaches in the
future.

This was SVN commit r14983.
2014-04-24 20:05:48 +00:00
..
encryption Change the licence of sha.h to match the licence of sha.cpp. Refs #2308 2014-01-18 13:12:29 +00:00
jsonspirit Removes the ScriptInterface and SpiderMonkey dependencies from Atlas. 2014-02-24 20:22:02 +00:00
mikktspace Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
mongoose Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
tinygettext Sacrifices a goat to the gods of insanity. 2014-04-24 20:05:48 +00:00