Added a #ifdef WITH_OPENEXR around this entire file. It doesn't compile for

Makefiles otherwise...
This commit is contained in:
Ton Roosendaal 2005-03-12 13:37:05 +00:00
parent 4aeaa7a7a2
commit d3202c5fcc

@ -29,6 +29,9 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*
*/
#ifdef WITH_OPENEXR
#include <stdlib.h>
#include <stdio.h>
#include <string>
@ -390,3 +393,5 @@ extern "C"
}
} // export "C"
#endif // #ifdef WITH_OPENEXR