r884: convert samba4 to use [u]int32_t instead of [u]int32
[samba.git] / source4 / include / smb_macros.h
index 6f8ecd6c21116a8871ded312a9c789ed13dc7bd1..6dc78a179550fa45bfee7f80640302357c65da53 100644 (file)
@@ -152,7 +152,7 @@ true if two IP addresses are equal
  Used by dptr_zero.
 ****************************************************************************/
 
-#define DPTR_MASK ((uint32)(((uint32)1)<<31))
+#define DPTR_MASK ((uint32_t)(((uint32_t)1)<<31))
 
 /****************************************************************************
  Return True if the offset is at zero.