Revert "community/startup-notification: fix 32-bit time_t"
Most projects linking to startup-notification uses a pointer long
instead of a pointer to time_t
. The compiler is not able to pick this
up so on 32 bit arches it results in a crash.
Revert to use long
to solve this, til upstream has a better longterm
solution.
ref: #15441 (closed)
This reverts commit e99c0e1a.