Go to the documentation of this file.
33 #if !defined(uint32) && !defined(HAVE_UINT32_FROM_RPC_RPC_H)
35 #define uint32 unsigned int
36 #elif (SIZEOF_LONG == 4)
37 #define uint32 unsigned long
38 #elif (SIZEOF_SHORT == 4)
39 #define uint32 unsigned short
42 #define uint32 unsigned