Subversion Repositories tpanel

Rev

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

Rev 178 Rev 235
Line 22... Line 22...
22
#include <string>
22
#include <string>
23
#include <vector>
23
#include <vector>
24
 
24
 
25
#include <include/core/SkBitmap.h>
25
#include <include/core/SkBitmap.h>
26
 
26
 
27
#ifdef __ANDROID__
27
#if defined(__ANDROID__) || defined(__MACH__)
28
typedef unsigned long ulong;
28
typedef unsigned long ulong;
29
#endif
29
#endif
30
 
30
 
31
typedef enum _IMGCACHE_BMTYPE
31
typedef enum _IMGCACHE_BMTYPE
32
{
32
{