This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenlib
Jacques Lucke 6f985574b7 Cleanup: take includes out of 'extern "C"' blocks
Surrounding includes with an 'extern "C"' block is not necessary anymore.
Also that made it harder to add any C++ code to some headers, or include headers
that have "optional" C++ code like `MEM_guardedalloc.h`.

I tested compilation on linux and windows (and got help from @LazyDodo).
If this still breaks compilation due to some linker error, the header containing
the symbol in question is probably missing an 'extern "C"' block.

Differential Revision: https://developer.blender.org/D7653
2020-05-08 18:22:41 +02:00
..
2019-11-25 01:51:11 +11:00
2020-03-06 11:52:32 +11:00
2020-02-20 12:19:55 +11:00
2020-04-28 16:41:37 +02:00
2019-09-30 17:07:05 +10:00
2020-04-24 23:35:17 +02:00
2020-04-22 12:53:47 +02:00
2019-04-18 07:59:28 +02:00