Subversion Repositories tpanel

Rev

Rev 108 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 108 Rev 231
Line 21... Line 21...
21
 
21
 
22
#include <string>
22
#include <string>
23
#include <include/core/SkColor.h>
23
#include <include/core/SkColor.h>
24
#include "tpalette.h"
24
#include "tpalette.h"
25
 
25
 
26
#ifdef __ANDROID__
26
#if defined(__ANDROID__) || defined(__MACH__)
27
typedef unsigned long int ulong;
27
typedef unsigned long int ulong;
28
#endif
28
#endif
29
 
29
 
30
class TColor
30
class TColor
31
{
31
{