equal
deleted
inserted
replaced
60 static const unsigned char gPlatformMajor = 3; |
60 static const unsigned char gPlatformMajor = 3; |
61 static const unsigned char gPlatformMinor = 1; |
61 static const unsigned char gPlatformMinor = 1; |
62 #elif defined(__SERIES60_32__) |
62 #elif defined(__SERIES60_32__) |
63 static const unsigned char gPlatformMajor = 3; |
63 static const unsigned char gPlatformMajor = 3; |
64 static const unsigned char gPlatformMinor = 2; |
64 static const unsigned char gPlatformMinor = 2; |
|
65 #elif defined(__SERIES60_50__) |
|
66 static const unsigned char gPlatformMajor = 5; |
|
67 static const unsigned char gPlatformMinor = 0; |
|
68 #elif defined(__SERIES60_51__) |
|
69 static const unsigned char gPlatformMajor = 5; |
|
70 static const unsigned char gPlatformMinor = 1; |
|
71 #elif defined(__SERIES60_52__) |
|
72 static const unsigned char gPlatformMajor = 5; |
|
73 static const unsigned char gPlatformMinor = 2; |
65 #else |
74 #else |
66 static const unsigned char gPlatformMajor = 0; |
75 static const unsigned char gPlatformMajor = 0; |
67 static const unsigned char gPlatformMinor = 0; |
76 static const unsigned char gPlatformMinor = 0; |
68 #endif |
77 #endif |
69 |
78 |