Files
test/source
Sergey Sharybin 6135556f45 Replace Main->lock with an anoynous structure pointer
This way it's not needed to include BLI_threads.h from the
BKE_main.h which helps avoiding adding PThreads includes to
each library which uses Main on Windows.

From the API point of view it's now MainLock* and to lock or
unlock the main you're to use BKE_main_(un)lock().

This solves compilation error on Windows with SCons.
2014-06-26 15:22:21 +06:00
..
2014-06-25 15:47:37 -07:00
2012-12-17 08:01:43 +00:00
2012-12-17 08:01:43 +00:00