| 247 | // |
| 248 | |
| 249 | static bool scompare(const SCHAR* string1, const SCHAR* string2) |
| 250 | { |
| 251 | return strcmp(string1, string2) == 0; |
| 252 | } |
| 253 | |
| 254 | //____________________________________________________________ |
| 255 | // |
no outgoing calls
no test coverage detected