| 511 | } |
| 512 | |
| 513 | bool operator!=(const FILETIME& ft1, const FILETIME& ft2) |
| 514 | { |
| 515 | return !(ft1 == ft2); |
| 516 | } |
| 517 | |
| 518 | bool operator<(const FILETIME& ft1, const FILETIME& ft2) |
| 519 | { |
nothing calls this directly
no outgoing calls
no test coverage detected