« Previous | Next » 

Revision 6d42fb31

ID6d42fb313bc517f1b23daea867efb9968874745e

Added by Stefan Weil almost 13 years ago

w32: Fix compilation and replace non-portable usage of ulong

ulong is undefined for w32 (and maybe other) compilations.
Replace it by uintptr_t (which also fixes compilation for w64
and is a better choice for pointer to integer conversions).

Cc: Aurelien Jarno <>
Signed-off-by: Stefan Weil <>
Reviewed-by: Aurelien Jarno <>
Signed-off-by: Alexander Graf <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences