From d6b7e8f7407bccb938270165dbd4d84a37b341c6 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 11 Oct 2012 03:04:57 +0000 Subject: [PATCH] well ok - always on then, no option, until 2.0 SVN revision: 77843 --- src/lib/eet/eet_lib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/eet/eet_lib.c b/src/lib/eet/eet_lib.c index 175fe4113f..226a357524 100644 --- a/src/lib/eet/eet_lib.c +++ b/src/lib/eet/eet_lib.c @@ -63,6 +63,9 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL; # endif /* ifdef HAVE_GNUTLS */ #endif /* ifdef EINA_HAVE_THREADS */ +/* this has to be here until 2.0 */ +#define EET_OLD_EET_FILE_FORMAT 1 + #include "Eet.h" #include "Eet_private.h"