Files
meta-openembedded/meta-gnome/recipes-gnome/libwnck/files
Chen Qi 15a204024d libnwck/libnwck3: use time_t to avoid build failure
The time_t type varies for 64bit and 32bit. So instead of using
long long, we should just use time_t. In this way, things build
for both 64bit and 32bit targets.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-09-08 15:25:14 -07:00
..