14 lines
349 B
Diff
14 lines
349 B
Diff
--- a/src/liblprof/lcmsprf.h 2007-08-31 15:36:20.000000000 -0700
|
|
+++ b/src/liblprof/lcmsprf.h 2007-08-31 15:37:39.000000000 -0700
|
|
@@ -67,6 +67,9 @@
|
|
#define mmax(a,b) ((a) > (b)?(a):(b))
|
|
#endif
|
|
|
|
+#if LCMS_VERSION > 116
|
|
+typedef int BOOL;
|
|
+#endif
|
|
|
|
/* Misc operations ------------------------------------------------------------------------ */
|
|
|
|
|