[Elm_diskpicker] define MAX macro for those (poor Windows

developers) who don't have it

SVN revision: 53355
This commit is contained in:
Vincent Torri 2010-10-13 13:39:24 +00:00
parent 9ec9ce7585
commit 0dfde0078a
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
#include <Elementary.h>
#include "elm_priv.h"
#ifndef MAX
# define MAX(a, b) (((a) > (b)) ? (a) : (b))
#endif
typedef struct _Widget_Data Widget_Data;
struct _Widget_Data