e xsettings - do not use long for 32bit types... it's WRONG

long varies by architecture... whoever decided C32 should be long...
was totally wrong. it varies between 32 and 64bit (on unixen).

@fix
This commit is contained in:
Carsten Haitzler 2020-06-17 13:21:13 +01:00
parent 70a70658cd
commit d100938c07
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// define here to avoid needing x includes directly.
#define C16 unsigned short
#define C32 unsigned long
#define C32 unsigned int
#define RETRY_TIMEOUT 2.0