Browse Source

u_int32_t fix

Ethan Galstad 23 năm trước cách đây
mục cha
commit
10848c9cfd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      common/config.h.in

+ 1 - 1
common/config.h.in

@@ -48,7 +48,7 @@
 typedef unsigned short u_int32_t
 typedef unsigned short u_int32_t
 typedef short int32_t
 typedef short int32_t
 #endif
 #endif
-#ifdef U_INT32_T_IS_UINT
+#ifdef U_INT32_T_IS_ULONG
 typedef unsigned long u_int32_t
 typedef unsigned long u_int32_t
 typedef long int32_t
 typedef long int32_t
 #endif
 #endif