| 521 | } |
| 522 | |
| 523 | bool operator>=(const FILETIME& ft1, const FILETIME& ft2) |
| 524 | { |
| 525 | return !(ft1 < ft2); |
| 526 | } |
| 527 | |
| 528 | bool operator>(const FILETIME& ft1, const FILETIME& ft2) |
| 529 | { |
nothing calls this directly
no outgoing calls
no test coverage detected