mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-07 18:34:19 +00:00
client/foreign_menu: arm build fix
This commit is contained in:
parent
afd7dfde1f
commit
7dbdd93bf9
@ -30,7 +30,7 @@
|
||||
|
||||
#ifdef WIN32
|
||||
#define PIPE_NAME "SpiceForeignMenu-%lu"
|
||||
#elif defined(__i386__)
|
||||
#elif defined(__i386__) || __SIZEOF_LONG__ == 4
|
||||
#define PIPE_NAME "/tmp/SpiceForeignMenu-%llu.uds"
|
||||
#else
|
||||
#define PIPE_NAME "/tmp/SpiceForeignMenu-%lu.uds"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user