From a062736c5967609c5861bc161c9f6cdf4c94ce35 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 6 Sep 2012 07:43:10 +0000 Subject: [PATCH] Elm: Fix Escape namespace to compile on Windows. SVN revision: 76226 --- src/lib/elm_cnp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_cnp.c b/src/lib/elm_cnp.c index 759c4cf..9928c9c 100644 --- a/src/lib/elm_cnp.c +++ b/src/lib/elm_cnp.c @@ -39,7 +39,7 @@ enum typedef struct _Tmp_Info Tmp_Info; typedef struct _Saved_Type Saved_Type; -typedef struct _Escape Escape; +typedef struct _Cnp_Escape Cnp_Escape; typedef struct _Dropable Dropable; struct _Tmp_Info @@ -59,7 +59,7 @@ struct _Saved_Type Eina_Bool textreq: 1; }; -struct _Escape +struct _Cnp_Escape { const char *escape; const char *value; -- 2.7.4